#33B7AF

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

Shades of Light Sea Green #33B7AF

Tints of Light Sea Green #33B7AF

Color information

#33B7AF (or 0x33B7AF) is unknown color: approx Light Sea Green. HEX triplet: 33, B7 and AF. RGB value is (51,183,175). Sum of RGB (Red+Green+Blue) = 51+183+175=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #33B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B7AF is #CC4850. Grayscale: #8E8E8E. Windows color (decimal): -13387857 or 11515699. OLE color: 11515699.

HSL color Cylindrical-coordinate representation of color #33B7AF: hue angle of 176.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B7AF is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB51183175-
CMYK0.7200.040.28
HSL176.36º56.41%45.88%-
HSV(B)176.36º72.13%71.76%-
XYZ26.0437.6746.46-
YUV142.62146.2762.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.47%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=12.47%
G=44.74%
B=42.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511831750.7200.040.28176.3656.4145.88
Hex33B7AF48041Cb0382e
Octal6326725711004342607056
Binary1100111011011110101111100100001001110010110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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