#36B1B0

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

Shades of Light Sea Green #36B1B0

Tints of Light Sea Green #36B1B0

Color information

#36B1B0 (or 0x36B1B0) is unknown color: approx Light Sea Green. HEX triplet: 36, B1 and B0. RGB value is (54,177,176). Sum of RGB (Red+Green+Blue) = 54+177+176=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #36B1B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36B1B0 is #C94E4F. Grayscale: #8B8B8B. Windows color (decimal): -13192784 or 11579702. OLE color: 11579702.

HSL color Cylindrical-coordinate representation of color #36B1B0: hue angle of 179.51º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B1B0 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB54177176-
CMYK0.6900.010.31
HSL179.51º53.25%45.29%-
HSV(B)179.51º69.49%69.41%-
XYZ25.0835.3646.58-
YUV140.11148.2566.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.27%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=13.27%
G=43.49%
B=43.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal541771760.6900.010.31179.5153.2545.29
Hex36B1B045011Fb4352d
Octal6626126010501372646555
Binary11011010110001101100001000101011111110110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36B1B0; }

 p { color: rgb(54,177,176); }

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

<style>
 a { background-color: #36B1B0; }

 a { background-color: rgb(54,177,176); }

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

<style>
 span { border-color: #36B1B0; }

 span { border-color: rgb(54,177,176); }

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