#33AFA4

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

Shades of Light Sea Green #33AFA4

Tints of Light Sea Green #33AFA4

Color information

#33AFA4 (or 0x33AFA4) is unknown color: approx Light Sea Green. HEX triplet: 33, AF and A4. RGB value is (51,175,164). Sum of RGB (Red+Green+Blue) = 51+175+164=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #33AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFA4 is #CC505B. Grayscale: #888888. Windows color (decimal): -13389916 or 10792755. OLE color: 10792755.

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

Color convert

RGB51175164-
CMYK0.7100.060.31
HSL174.68º54.87%44.31%-
HSV(B)174.68º70.86%68.63%-
XYZ23.434.0440.46-
YUV136.67143.4266.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=13.08%
G=44.87%
B=42.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511751640.7100.060.31174.6854.8744.31
Hex33AFA447061Faf372c
Octal6325724410706372576754
Binary1100111010111110100100100011101101111110101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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