#ACDECA

Color #ACDECA Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #ACDECA

Tints of Cruise #ACDECA

Color information

#ACDECA (or 0xACDECA) is unknown color: approx Cruise. HEX triplet: AC, DE and CA. RGB value is (172,222,202). Sum of RGB (Red+Green+Blue) = 172+222+202=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECA is #532135. Grayscale: #CCCCCC. Windows color (decimal): -5447990 or 13295276. OLE color: 13295276.

HSL color Cylindrical-coordinate representation of color #ACDECA: hue angle of 156º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDECA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB172222202-
CMYK0.2300.090.13
HSL156º43.1%77.25%-
HSV(B)156º22.52%87.06%-
XYZ53.865.2865.64-
YUV204.77126.44104.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=28.86%
G=37.25%
B=33.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222020.2300.090.1315643.177.25
HexACDECA1709D9c2b4d
Octal254336312270111523453115
Binary10101100110111101100101010111010011101100111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDECA; }

 p { color: rgb(172,222,202); }

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

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

 a { background-color: rgb(172,222,202); }

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

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

 span { border-color: rgb(172,222,202); }

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