#33AFAF

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

Shades of Light Sea Green #33AFAF

Tints of Light Sea Green #33AFAF

Color information

#33AFAF (or 0x33AFAF) is unknown color: approx Light Sea Green. HEX triplet: 33, AF and AF. RGB value is (51,175,175). Sum of RGB (Red+Green+Blue) = 51+175+175=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #33AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFAF is #CC5050. Grayscale: #898989. Windows color (decimal): -13389905 or 11513651. OLE color: 11513651.

HSL color Cylindrical-coordinate representation of color #33AFAF: hue angle of 180º 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 #33AFAF is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51175175-
CMYK0.71000.31
HSL180º54.87%44.31%-
HSV(B)180º70.86%68.63%-
XYZ24.4334.4645.92-
YUV137.92148.9266-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=12.72%
G=43.64%
B=43.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511751750.71000.3118054.8744.31
Hex33AFAF47001Fb4372c
Octal6325725710700372646754
Binary11001110101111101011111000111001111110110100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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