#34BAB9

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

Shades of Light Sea Green #34BAB9

Tints of Light Sea Green #34BAB9

Color information

#34BAB9 (or 0x34BAB9) is unknown color: approx Light Sea Green. HEX triplet: 34, BA and B9. RGB value is (52,186,185). Sum of RGB (Red+Green+Blue) = 52+186+185=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #34BAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BAB9 is #CB4546. Grayscale: #919191. Windows color (decimal): -13321543 or 12171828. OLE color: 12171828.

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

Color convert

RGB52186185-
CMYK0.7200.010.27
HSL179.55º56.3%46.67%-
HSV(B)179.55º72.04%72.94%-
XYZ27.7339.3552.03-
YUV145.82150.1161.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.29%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=12.29%
G=43.97%
B=43.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521861850.7200.010.27179.5556.346.67
Hex34BAB948011Bb4382f
Octal6427227111001332647057
Binary11010010111010101110011001000011101110110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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