#35BEB3

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

Shades of Light Sea Green #35BEB3

Tints of Light Sea Green #35BEB3

Color information

#35BEB3 (or 0x35BEB3) is unknown color: approx Light Sea Green. HEX triplet: 35, BE and B3. RGB value is (53,190,179). Sum of RGB (Red+Green+Blue) = 53+190+179=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #35BEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEB3 is #CA414C. Grayscale: #939393. Windows color (decimal): -13254989 or 11779637. OLE color: 11779637.

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

Color convert

RGB53190179-
CMYK0.7200.060.25
HSL175.18º56.38%47.65%-
HSV(B)175.18º72.11%74.51%-
XYZ28.0240.8449.05-
YUV147.78145.6160.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.56%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=12.56%
G=45.02%
B=42.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531901790.7200.060.25175.1856.3847.65
Hex35BEB3480619af3830
Octal6527626311006312577060
Binary1101011011111010110011100100001101100110101111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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