Html Css Color HEX #ACDDC8 Cruise

📋 copy color: '#ACDDC8'

red 172 ◦ green 221 ◦ blue 200

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

Shades of Cruise #ACDDC8

Tints of Cruise #ACDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

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

R = 29.01%
G = 37.27%
B = 33.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ACDDC8 (or 0xACDDC8) is known color: Cruise. HEX triplet: AC, DD and C8. RGB value is (172,221,200). Sum of RGB (Red+Green+Blue) = 172+221+200=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC8 is #532237. Grayscale: #CBCBCB. Windows color (decimal): -5448248 or 13163948. OLE color: 13163948.

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

Color convert

RGB 172 221 200 -
CMYK 0.22 0 0.10 0.13
HSL 154.29º 0.42% 0.77% -
HSV(B) 154.29º 0.22% 0.87% -
XYZ 53.3 64.65 64.31 -
YUV 203.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 172 221 200 0.22 0 0.10 0.13 154.29 0.42 0.77
Hex AC DD C8 16 0 A D 9A 2A 4D
Octal 254 335 310 26 0 12 15 232 52 115
Binary 10101100 11011101 11001000 10110 0 1010 1101 10011010 101010 1001101

Color Harmonies of #ACDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC8

Black with #ACDDC8

Text Example


Text Example

White with #ACDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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