#35BEB5

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

Shades of Light Sea Green #35BEB5

Tints of Light Sea Green #35BEB5

Color information

#35BEB5 (or 0x35BEB5) is unknown color: approx Light Sea Green. HEX triplet: 35, BE and B5. RGB value is (53,190,181). Sum of RGB (Red+Green+Blue) = 53+190+181=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #35BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEB5 is #CA414A. Grayscale: #939393. Windows color (decimal): -13254987 or 11910709. OLE color: 11910709.

HSL color Cylindrical-coordinate representation of color #35BEB5: hue angle of 176.06º 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 #35BEB5 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB53190181-
CMYK0.7200.050.25
HSL176.06º56.38%47.65%-
HSV(B)176.06º72.11%74.51%-
XYZ28.2240.9250.13-
YUV148.01146.6160.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 181 (71.09% from 255) = 42.69%
R=12.5%
G=44.81%
B=42.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901810.7200.050.25176.0656.3847.65
Hex35BEB5480519b03830
Octal6527626511005312607060
Binary1101011011111010110101100100001011100110110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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