#34B9BA

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

Shades of Light Sea Green #34B9BA

Tints of Light Sea Green #34B9BA

Color information

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

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

Color convert

RGB52185186-
CMYK0.720.0100.27
HSL180.45º56.3%46.67%-
HSV(B)180.45º72.04%72.94%-
XYZ27.6338.9752.52-
YUV145.35150.9461.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521851860.720.0100.27180.4556.346.67
Hex34B9BA48101Bb4382f
Octal6427127211010332647057
Binary11010010111001101110101001000101101110110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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