#34BC98

Color #34BC98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #34BC98

Tints of Shamrock #34BC98

Color information

#34BC98 (or 0x34BC98) is unknown color: approx Shamrock. HEX triplet: 34, BC and 98. RGB value is (52,188,152). Sum of RGB (Red+Green+Blue) = 52+188+152=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC98 is #CB4367. Grayscale: #8F8F8F. Windows color (decimal): -13321064 or 10009652. OLE color: 10009652.

HSL color Cylindrical-coordinate representation of color #34BC98: hue angle of 164.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC98 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB52188152-
CMYK0.7200.190.26
HSL164.12º56.67%47.06%-
HSV(B)164.12º72.34%73.73%-
XYZ25.0738.9635.91-
YUV143.23132.9462.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.27%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=13.27%
G=47.96%
B=38.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521881520.7200.190.26164.1256.6747.06
Hex34BC98480131Aa4392f
Octal64274230110023322447157
Binary110100101111001001100010010000100111101010100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34BC98; }

 p { color: rgb(52,188,152); }

 H1.HeaderClassName
 {
   color: #34BC98;
 }
 .AnyTagClassName
 {
   color: #34BC98;
 }
</style>
background-color css

<style>
 a { background-color: #34BC98; }

 a { background-color: rgb(52,188,152); }

 div.DivClassName
 {
   background-color: #34BC98;
 }
 .BgClassName
 {
   background-color: #34BC98;
 }
</style>
border-color css

<style>
 span { border-color: #34BC98; }

 span { border-color: rgb(52,188,152); }

 td.TdClassName
 {
   border-color: #34BC98;
 }
 .TagClassName
 {
   border-color: #34BC98;
 }
</style>