#35BFB0

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

Shades of Light Sea Green #35BFB0

Tints of Light Sea Green #35BFB0

Color information

#35BFB0 (or 0x35BFB0) is unknown color: approx Light Sea Green. HEX triplet: 35, BF and B0. RGB value is (53,191,176). Sum of RGB (Red+Green+Blue) = 53+191+176=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #35BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BFB0 is #CA404F. Grayscale: #939393. Windows color (decimal): -13254736 or 11583285. OLE color: 11583285.

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

Color convert

RGB53191176-
CMYK0.7200.080.25
HSL173.48º56.56%47.84%-
HSV(B)173.48º72.25%74.9%-
XYZ27.9441.1547.55-
YUV148.03143.7860.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.62%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=12.62%
G=45.48%
B=41.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531911760.7200.080.25173.4856.5647.84
Hex35BFB0480819ad3930
Octal65277260110010312557160
Binary11010110111111101100001001000010001100110101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,191,176); }

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

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

 a { background-color: rgb(53,191,176); }

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

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

 span { border-color: rgb(53,191,176); }

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