#33B5AF

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

Shades of Light Sea Green #33B5AF

Tints of Light Sea Green #33B5AF

Color information

#33B5AF (or 0x33B5AF) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and AF. RGB value is (51,181,175). Sum of RGB (Red+Green+Blue) = 51+181+175=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5AF is #CC4A50. Grayscale: #8D8D8D. Windows color (decimal): -13388369 or 11515187. OLE color: 11515187.

HSL color Cylindrical-coordinate representation of color #33B5AF: hue angle of 177.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B5AF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB51181175-
CMYK0.7200.030.29
HSL177.23º56.03%45.49%-
HSV(B)177.23º71.82%70.98%-
XYZ25.6336.8546.32-
YUV141.45146.9363.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.53%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=12.53%
G=44.47%
B=43.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511811750.7200.030.29177.2356.0345.49
Hex33B5AF48031Db1382d
Octal6326525711003352617055
Binary110011101101011010111110010000111110110110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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