#ACDFCA

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

Shades of Cruise #ACDFCA

Tints of Cruise #ACDFCA

Color information

#ACDFCA (or 0xACDFCA) is unknown color: approx Cruise. HEX triplet: AC, DF and CA. RGB value is (172,223,202). Sum of RGB (Red+Green+Blue) = 172+223+202=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCA is #532035. Grayscale: #CDCDCD. Windows color (decimal): -5447734 or 13295532. OLE color: 13295532.

HSL color Cylindrical-coordinate representation of color #ACDFCA: hue angle of 155.29º degrees, saturation: 0.44, 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 #ACDFCA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB172223202-
CMYK0.2300.090.13
HSL155.29º44.35%77.45%-
HSV(B)155.29º22.87%87.45%-
XYZ54.0665.8165.73-
YUV205.36126.1104.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=28.81%
G=37.35%
B=33.84%

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
Decimal1722232020.2300.090.13155.2944.3577.45
HexACDFCA1709D9b2c4d
Octal254337312270111523354115
Binary10101100110111111100101010111010011101100110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFCA; }

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

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

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

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

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

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

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

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