#34BBAE

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

Shades of Light Sea Green #34BBAE

Tints of Light Sea Green #34BBAE

Color information

#34BBAE (or 0x34BBAE) is unknown color: approx Light Sea Green. HEX triplet: 34, BB and AE. RGB value is (52,187,174). Sum of RGB (Red+Green+Blue) = 52+187+174=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #34BBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BBAE is #CB4451. Grayscale: #919191. Windows color (decimal): -13321298 or 11451188. OLE color: 11451188.

HSL color Cylindrical-coordinate representation of color #34BBAE: hue angle of 174.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BBAE is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB52187174-
CMYK0.7200.070.27
HSL174.22º56.49%46.86%-
HSV(B)174.22º72.19%73.33%-
XYZ26.8339.3346.22-
YUV145.15144.2761.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.59%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=12.59%
G=45.28%
B=42.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521871740.7200.070.27174.2256.4946.86
Hex34BBAE48071Bae382f
Octal6427325611007332567057
Binary1101001011101110101110100100001111101110101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,187,174); }

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

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

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

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

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

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

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