Html Css Color HEX #34C2AD Light Sea Green

📋 copy color: '#34C2AD'

red 52 ◦ green 194 ◦ blue 173

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

Shades of Light Sea Green #34C2AD

Tints of Light Sea Green #34C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 12.41%
G = 46.3%
B = 41.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#34C2AD (or 0x34C2AD) is known color: Light Sea Green. HEX triplet: 34, C2 and AD. RGB value is (52,194,173). Sum of RGB (Red+Green+Blue) = 52+194+173=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #34C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C2AD is #CB3D52. Grayscale: #959595. Windows color (decimal): -13319507 or 11387444. OLE color: 11387444.

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

Color convert

RGB 52 194 173 -
CMYK 0.73 0 0.11 0.24
HSL 171.13º 0.58% 0.48% -
HSV(B) 171.13º 0.73% 0.76% -
XYZ 28.25 42.33 46.22 -
YUV 149.15 141.46 58.71 -
System Red Green Blue C M Y K H S L
Decimal 52 194 173 0.73 0 0.11 0.24 171.13 0.58 0.48
Hex 34 C2 AD 49 0 B 18 AB 3A 30
Octal 64 302 255 111 0 13 30 253 72 60
Binary 110100 11000010 10101101 1001001 0 1011 11000 10101011 111010 110000

Color Harmonies of #34C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C2AD

Black with #34C2AD

Text Example


Text Example

White with #34C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,173); }

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

background-color css

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

 a { background-color: rgb(52,194,173); }

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

border-color css

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

 span { border-color: rgb(52,194,173); }

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