Html Css Color HEX #ACDCC8 Cruise

📋 copy color: '#ACDCC8'

red 172 ◦ green 220 ◦ blue 200

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

Shades of Cruise #ACDCC8

Tints of Cruise #ACDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 29.05%
G = 37.16%
B = 33.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#ACDCC8 (or 0xACDCC8) is known color: Cruise. HEX triplet: AC, DC and C8. RGB value is (172,220,200). Sum of RGB (Red+Green+Blue) = 172+220+200=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC8 is #532337. Grayscale: #CBCBCB. Windows color (decimal): -5448504 or 13163692. OLE color: 13163692.

HSL color Cylindrical-coordinate representation of color #ACDCC8: hue angle of 155º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC8 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 200 -
CMYK 0.22 0 0.09 0.14
HSL 155º 0.41% 0.77% -
HSV(B) 155º 0.22% 0.86% -
XYZ 53.03 64.13 64.23 -
YUV 203.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 172 220 200 0.22 0 0.09 0.14 155 0.41 0.77
Hex AC DC C8 16 0 9 E 9B 29 4D
Octal 254 334 310 26 0 11 16 233 51 115
Binary 10101100 11011100 11001000 10110 0 1001 1110 10011011 101001 1001101

Color Harmonies of #ACDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCC8

Black with #ACDCC8

Text Example


Text Example

White with #ACDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCC8; }

 p { color: rgb(172,220,200); }

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

background-color css

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

 a { background-color: rgb(172,220,200); }

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

border-color css

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

 span { border-color: rgb(172,220,200); }

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