Html Css Color HEX #ACDDC9 Cruise

📋 copy color: '#ACDDC9'

red 172 ◦ green 221 ◦ blue 201

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

Shades of Cruise #ACDDC9

Tints of Cruise #ACDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 28.96%
G = 37.21%
B = 33.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#ACDDC9 (or 0xACDDC9) is known color: Cruise. HEX triplet: AC, DD and C9. RGB value is (172,221,201). Sum of RGB (Red+Green+Blue) = 172+221+201=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC9 is #532236. Grayscale: #CCCCCC. Windows color (decimal): -5448247 or 13229484. OLE color: 13229484.

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

Color convert

RGB 172 221 201 -
CMYK 0.22 0 0.09 0.13
HSL 155.51º 0.42% 0.77% -
HSV(B) 155.51º 0.22% 0.87% -
XYZ 53.41 64.7 64.93 -
YUV 204.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 172 221 201 0.22 0 0.09 0.13 155.51 0.42 0.77
Hex AC DD C9 16 0 9 D 9C 2A 4D
Octal 254 335 311 26 0 11 15 234 52 115
Binary 10101100 11011101 11001001 10110 0 1001 1101 10011100 101010 1001101

Color Harmonies of #ACDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDC9

Black with #ACDDC9

Text Example


Text Example

White with #ACDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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