Html Css Color HEX #ACE0CC Cruise

📋 copy color: '#ACE0CC'

red 172 ◦ green 224 ◦ blue 204

#ACE0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #ACE0CC

Tints of Cruise #ACE0CC

RGB

 RED value IS 172 (67.58% from 255) = 28.67%

 GREEN value IS 224 (87.89% from 255) = 37.33%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 28.67%
G = 37.33%
B = 34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#ACE0CC (or 0xACE0CC) is known color: Cruise. HEX triplet: AC, E0 and CC. RGB value is (172,224,204). Sum of RGB (Red+Green+Blue) = 172+224+204=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CC is #531F33. Grayscale: #CECECE. Windows color (decimal): -5447476 or 13426860. OLE color: 13426860.

HSL color Cylindrical-coordinate representation of color #ACE0CC: hue angle of 156.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0CC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 204 -
CMYK 0.23 0 0.09 0.12
HSL 156.92º 0.46% 0.78% -
HSV(B) 156.92º 0.23% 0.88% -
XYZ 54.57 66.44 67.08 -
YUV 206.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 172 224 204 0.23 0 0.09 0.12 156.92 0.46 0.78
Hex AC E0 CC 17 0 9 C 9D 2E 4E
Octal 254 340 314 27 0 11 14 235 56 116
Binary 10101100 11100000 11001100 10111 0 1001 1100 10011101 101110 1001110

Color Harmonies of #ACE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0CC

Black with #ACE0CC

Text Example


Text Example

White with #ACE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0CC; }

 p { color: rgb(172,224,204); }

 H1.HeaderClassName
 {
   color: #ACE0CC;
 }
 .AnyTagClassName
 {
   color: #ACE0CC;
 }
</style>

background-color css

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

 a { background-color: rgb(172,224,204); }

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

border-color css

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

 span { border-color: rgb(172,224,204); }

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