#35BEB8

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

Shades of Light Sea Green #35BEB8

Tints of Light Sea Green #35BEB8

Color information

#35BEB8 (or 0x35BEB8) is unknown color: approx Light Sea Green. HEX triplet: 35, BE and B8. RGB value is (53,190,184). Sum of RGB (Red+Green+Blue) = 53+190+184=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #35BEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEB8 is #CA4147. Grayscale: #949494. Windows color (decimal): -13254984 or 12107317. OLE color: 12107317.

HSL color Cylindrical-coordinate representation of color #35BEB8: hue angle of 177.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BEB8 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB53190184-
CMYK0.7200.030.25
HSL177.37º56.38%47.65%-
HSV(B)177.37º72.11%74.51%-
XYZ28.5341.0451.77-
YUV148.35148.1159.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=12.41%
G=44.50%
B=43.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901840.7200.030.25177.3756.3847.65
Hex35BEB8480319b13830
Octal6527627011003312617060
Binary110101101111101011100010010000111100110110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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