#34BAB8

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

Shades of Light Sea Green #34BAB8

Tints of Light Sea Green #34BAB8

Color information

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

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

Color convert

RGB52186184-
CMYK0.7200.010.27
HSL179.1º56.3%46.67%-
HSV(B)179.1º72.04%72.94%-
XYZ27.6339.3151.48-
YUV145.71149.6161.16-

RGB Variations

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

RGB

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

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
Decimal521861840.7200.010.27179.156.346.67
Hex34BAB848011Bb3382f
Octal6427227011001332637057
Binary11010010111010101110001001000011101110110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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