#35BCB8

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

Shades of Light Sea Green #35BCB8

Tints of Light Sea Green #35BCB8

Color information

#35BCB8 (or 0x35BCB8) is unknown color: approx Light Sea Green. HEX triplet: 35, BC and B8. RGB value is (53,188,184). Sum of RGB (Red+Green+Blue) = 53+188+184=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCB8 is #CA4347. Grayscale: #939393. Windows color (decimal): -13255496 or 12106805. OLE color: 12106805.

HSL color Cylindrical-coordinate representation of color #35BCB8: hue angle of 178.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BCB8 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB53188184-
CMYK0.7200.020.26
HSL178.22º56.02%47.25%-
HSV(B)178.22º71.81%73.73%-
XYZ28.140.1851.62-
YUV147.18148.7760.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.47%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=12.47%
G=44.24%
B=43.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881840.7200.020.26178.2256.0247.25
Hex35BCB848021Ab2382f
Octal6527427011002322627057
Binary110101101111001011100010010000101101010110010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BCB8; }

 p { color: rgb(53,188,184); }

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

<style>
 a { background-color: #35BCB8; }

 a { background-color: rgb(53,188,184); }

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

<style>
 span { border-color: #35BCB8; }

 span { border-color: rgb(53,188,184); }

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