Html Css Color HEX #34BFAA Light Sea Green

📋 copy color: '#34BFAA'

red 52 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #34BFAA

Tints of Light Sea Green #34BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 12.59%
G = 46.25%
B = 41.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#34BFAA (or 0x34BFAA) is known color: Light Sea Green. HEX triplet: 34, BF and AA. RGB value is (52,191,170). Sum of RGB (Red+Green+Blue) = 52+191+170=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #34BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BFAA is #CB4055. Grayscale: #929292. Windows color (decimal): -13320278 or 11190068. OLE color: 11190068.

HSL color Cylindrical-coordinate representation of color #34BFAA: hue angle of 170.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BFAA is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 191 170 -
CMYK 0.73 0 0.11 0.25
HSL 170.94º 0.57% 0.48% -
HSV(B) 170.94º 0.73% 0.75% -
XYZ 27.3 40.89 44.48 -
YUV 147.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 52 191 170 0.73 0 0.11 0.25 170.94 0.57 0.48
Hex 34 BF AA 49 0 B 19 AB 39 30
Octal 64 277 252 111 0 13 31 253 71 60
Binary 110100 10111111 10101010 1001001 0 1011 11001 10101011 111001 110000

Color Harmonies of #34BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BFAA

Black with #34BFAA

Text Example


Text Example

White with #34BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,191,170); }

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

background-color css

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

 a { background-color: rgb(52,191,170); }

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

border-color css

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

 span { border-color: rgb(52,191,170); }

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