#34B4AB

Color #34B4AB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #34B4AB

Tints of Light Sea Green #34B4AB

Color information

#34B4AB (or 0x34B4AB) is unknown color: approx Light Sea Green. HEX triplet: 34, B4 and AB. RGB value is (52,180,171). Sum of RGB (Red+Green+Blue) = 52+180+171=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #34B4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B4AB is #CB4B54. Grayscale: #8C8C8C. Windows color (decimal): -13323093 or 11252788. OLE color: 11252788.

HSL color Cylindrical-coordinate representation of color #34B4AB: hue angle of 175.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B4AB is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB52180171-
CMYK0.7100.050.29
HSL175.78º55.17%45.49%-
HSV(B)175.78º71.11%70.59%-
XYZ25.0936.3144.21-
YUV140.7145.0964.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=12.90%
G=44.67%
B=42.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521801710.7100.050.29175.7855.1745.49
Hex34B4AB47051Db0372d
Octal6426425310705352606755
Binary1101001011010010101011100011101011110110110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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