Html Css Color HEX #34ABAB Light Sea Green

📋 copy color: '#34ABAB'

red 52 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #34ABAB

Tints of Light Sea Green #34ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 13.2%
G = 43.4%
B = 43.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#34ABAB (or 0x34ABAB) is known color: Light Sea Green. HEX triplet: 34, AB and AB. RGB value is (52,171,171). Sum of RGB (Red+Green+Blue) = 52+171+171=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #34ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABAB is #CB5454. Grayscale: #878787. Windows color (decimal): -13325397 or 11250484. OLE color: 11250484.

HSL color Cylindrical-coordinate representation of color #34ABAB: hue angle of 180º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ABAB is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 171 -
CMYK 0.70 0 0 0.33
HSL 180º 0.53% 0.44% -
HSV(B) 180º 0.7% 0.67% -
XYZ 23.33 32.8 43.63 -
YUV 135.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 52 171 171 0.70 0 0 0.33 180 0.53 0.44
Hex 34 AB AB 46 0 0 21 B4 35 2C
Octal 64 253 253 106 0 0 41 264 65 54
Binary 110100 10101011 10101011 1000110 0 0 100001 10110100 110101 101100

Color Harmonies of #34ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABAB

Black with #34ABAB

Text Example


Text Example

White with #34ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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