#33A9AF

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

Shades of Light Sea Green #33A9AF

Tints of Light Sea Green #33A9AF

Color information

#33A9AF (or 0x33A9AF) is unknown color: approx Light Sea Green. HEX triplet: 33, A9 and AF. RGB value is (51,169,175). Sum of RGB (Red+Green+Blue) = 51+169+175=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A9AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A9AF is #CC5650. Grayscale: #868686. Windows color (decimal): -13391441 or 11512115. OLE color: 11512115.

HSL color Cylindrical-coordinate representation of color #33A9AF: hue angle of 182.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A9AF is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51169175-
CMYK0.710.0300.31
HSL182.9º54.87%44.31%-
HSV(B)182.9º70.86%68.63%-
XYZ23.2932.1745.54-
YUV134.4150.9168.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=12.91%
G=42.78%
B=44.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511691750.710.0300.31182.954.8744.31
Hex33A9AF47301Fb7372c
Octal6325125710730372676754
Binary110011101010011010111110001111101111110110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,169,175); }

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

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

 a { background-color: rgb(51,169,175); }

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

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

 span { border-color: rgb(51,169,175); }

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