#34B8BA

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

Shades of Light Sea Green #34B8BA

Tints of Light Sea Green #34B8BA

Color information

#34B8BA (or 0x34B8BA) is unknown color: approx Light Sea Green. HEX triplet: 34, B8 and BA. RGB value is (52,184,186). Sum of RGB (Red+Green+Blue) = 52+184+186=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #34B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8BA is #CB4745. Grayscale: #909090. Windows color (decimal): -13322054 or 12236852. OLE color: 12236852.

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

Color convert

RGB52184186-
CMYK0.720.0100.27
HSL180.9º56.3%46.67%-
HSV(B)180.9º72.04%72.94%-
XYZ27.4238.5652.45-
YUV144.76151.2761.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.32%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=12.32%
G=43.60%
B=44.08%

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
Decimal521841860.720.0100.27180.956.346.67
Hex34B8BA48101Bb5382f
Octal6427027211010332657057
Binary11010010111000101110101001000101101110110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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