#36A8A5

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

Shades of Light Sea Green #36A8A5

Tints of Light Sea Green #36A8A5

Color information

#36A8A5 (or 0x36A8A5) is unknown color: approx Light Sea Green. HEX triplet: 36, A8 and A5. RGB value is (54,168,165). Sum of RGB (Red+Green+Blue) = 54+168+165=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #36A8A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A8A5 is #C9575A. Grayscale: #858585. Windows color (decimal): -13195099 or 10856502. OLE color: 10856502.

HSL color Cylindrical-coordinate representation of color #36A8A5: hue angle of 178.42º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A8A5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB54168165-
CMYK0.6800.020.34
HSL178.42º51.35%43.53%-
HSV(B)178.42º67.86%65.88%-
XYZ22.3231.5140.5-
YUV133.57145.7371.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.95%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=13.95%
G=43.41%
B=42.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541681650.6800.020.34178.4251.3543.53
Hex36A8A5440222b2332c
Octal6625024510402422626354
Binary1101101010100010100101100010001010001010110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,168,165); }

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

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

 a { background-color: rgb(54,168,165); }

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

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

 span { border-color: rgb(54,168,165); }

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