Html Css Color HEX #34BCA8 Light Sea Green

📋 copy color: '#34BCA8'

red 52 ◦ green 188 ◦ blue 168

#34BCA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #34BCA8

Tints of Light Sea Green #34BCA8

RGB

 RED value IS 52 (20.7% from 255) = 12.75%

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 12.75%
G = 46.08%
B = 41.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#34BCA8 (or 0x34BCA8) is known color: Light Sea Green. HEX triplet: 34, BC and A8. RGB value is (52,188,168). Sum of RGB (Red+Green+Blue) = 52+188+168=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BCA8 is #CB4357. Grayscale: #909090. Windows color (decimal): -13321048 or 11058228. OLE color: 11058228.

HSL color Cylindrical-coordinate representation of color #34BCA8: hue angle of 171.18º 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 #34BCA8 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 168 -
CMYK 0.72 0 0.11 0.26
HSL 171.18º 0.57% 0.47% -
HSV(B) 171.18º 0.72% 0.74% -
XYZ 26.47 39.52 43.28 -
YUV 145.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 52 188 168 0.72 0 0.11 0.26 171.18 0.57 0.47
Hex 34 BC A8 48 0 B 1A AB 39 2F
Octal 64 274 250 110 0 13 32 253 71 57
Binary 110100 10111100 10101000 1001000 0 1011 11010 10101011 111001 101111

Color Harmonies of #34BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCA8

Black with #34BCA8

Text Example


Text Example

White with #34BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BCA8;
 }
 .AnyTagClassName
 {
   color: #34BCA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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