#33ABAD

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

Shades of Light Sea Green #33ABAD

Tints of Light Sea Green #33ABAD

Color information

#33ABAD (or 0x33ABAD) is unknown color: approx Light Sea Green. HEX triplet: 33, AB and AD. RGB value is (51,171,173). Sum of RGB (Red+Green+Blue) = 51+171+173=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #33ABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ABAD is #CC5452. Grayscale: #878787. Windows color (decimal): -13390931 or 11381555. OLE color: 11381555.

HSL color Cylindrical-coordinate representation of color #33ABAD: hue angle of 180.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33ABAD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51171173-
CMYK0.710.0100.32
HSL180.98º54.46%43.92%-
HSV(B)180.98º70.52%67.84%-
XYZ23.4732.8544.64-
YUV135.35149.2467.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=12.91%
G=43.29%
B=43.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511711730.710.0100.32180.9854.4643.92
Hex33ABAD471020b5362c
Octal6325325510710402656654
Binary110011101010111010110110001111010000010110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33ABAD; }

 p { color: rgb(51,171,173); }

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

<style>
 a { background-color: #33ABAD; }

 a { background-color: rgb(51,171,173); }

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

<style>
 span { border-color: #33ABAD; }

 span { border-color: rgb(51,171,173); }

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