#33ACAD

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

Shades of Light Sea Green #33ACAD

Tints of Light Sea Green #33ACAD

Color information

#33ACAD (or 0x33ACAD) is unknown color: approx Light Sea Green. HEX triplet: 33, AC and AD. RGB value is (51,172,173). Sum of RGB (Red+Green+Blue) = 51+172+173=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #33ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33ACAD is #CC5352. Grayscale: #878787. Windows color (decimal): -13390675 or 11381811. OLE color: 11381811.

HSL color Cylindrical-coordinate representation of color #33ACAD: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33ACAD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51172173-
CMYK0.710.0100.32
HSL180.49º54.46%43.92%-
HSV(B)180.49º70.52%67.84%-
XYZ23.6633.2344.7-
YUV135.94148.9167.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.88%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=12.88%
G=43.43%
B=43.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511721730.710.0100.32180.4954.4643.92
Hex33ACAD471020b4362c
Octal6325425510710402646654
Binary110011101011001010110110001111010000010110100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,172,173); }

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

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

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

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

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

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

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