#34BAAE

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

Shades of Light Sea Green #34BAAE

Tints of Light Sea Green #34BAAE

Color information

#34BAAE (or 0x34BAAE) is unknown color: approx Light Sea Green. HEX triplet: 34, BA and AE. RGB value is (52,186,174). Sum of RGB (Red+Green+Blue) = 52+186+174=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #34BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BAAE is #CB4551. Grayscale: #909090. Windows color (decimal): -13321554 or 11450932. OLE color: 11450932.

HSL color Cylindrical-coordinate representation of color #34BAAE: hue angle of 174.63º 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 #34BAAE is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB52186174-
CMYK0.7200.060.27
HSL174.63º56.3%46.67%-
HSV(B)174.63º72.04%72.94%-
XYZ26.6238.946.15-
YUV144.57144.6161.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.62%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=12.62%
G=45.15%
B=42.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521861740.7200.060.27174.6356.346.67
Hex34BAAE48061Baf382f
Octal6427225611006332577057
Binary1101001011101010101110100100001101101110101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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