#35B6B7

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

Shades of Light Sea Green #35B6B7

Tints of Light Sea Green #35B6B7

Color information

#35B6B7 (or 0x35B6B7) is unknown color: approx Light Sea Green. HEX triplet: 35, B6 and B7. RGB value is (53,182,183). Sum of RGB (Red+Green+Blue) = 53+182+183=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #35B6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B6B7 is #CA4948. Grayscale: #8F8F8F. Windows color (decimal): -13257033 or 12039733. OLE color: 12039733.

HSL color Cylindrical-coordinate representation of color #35B6B7: hue angle of 180.46º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B6B7 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB53182183-
CMYK0.710.0100.28
HSL180.46º55.08%46.27%-
HSV(B)180.46º71.04%71.76%-
XYZ26.7437.6350.65-
YUV143.54150.2663.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 183 (71.88% from 255) = 43.78%
R=12.68%
G=43.54%
B=43.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531821830.710.0100.28180.4655.0846.27
Hex35B6B747101Cb4372e
Octal6526626710710342646756
Binary11010110110110101101111000111101110010110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,183); }

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

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

 a { background-color: rgb(53,182,183); }

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

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

 span { border-color: rgb(53,182,183); }

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