#33ABB0

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

Shades of Light Sea Green #33ABB0

Tints of Light Sea Green #33ABB0

Color information

#33ABB0 (or 0x33ABB0) is unknown color: approx Light Sea Green. HEX triplet: 33, AB and B0. RGB value is (51,171,176). Sum of RGB (Red+Green+Blue) = 51+171+176=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #33ABB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ABB0 is #CC544F. Grayscale: #878787. Windows color (decimal): -13390928 or 11578163. OLE color: 11578163.

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

Color convert

RGB51171176-
CMYK0.710.0300.31
HSL182.4º55.07%44.51%-
HSV(B)182.4º71.02%69.02%-
XYZ23.7632.9646.18-
YUV135.69150.7467.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.81%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=12.81%
G=42.96%
B=44.22%

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
Decimal511711760.710.0300.31182.455.0744.51
Hex33ABB047301Fb6372d
Octal6325326010730372666755
Binary110011101010111011000010001111101111110110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,171,176); }

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

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

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

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

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

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

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