Html Css Color HEX #ACDCC9 Cruise

📋 copy color: '#ACDCC9'

red 172 ◦ green 220 ◦ blue 201

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

Shades of Cruise #ACDCC9

Tints of Cruise #ACDCC9

RGB

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

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

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

R = 29.01%
G = 37.1%
B = 33.9%

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

#ACDCC9 (or 0xACDCC9) is known color: Cruise. HEX triplet: AC, DC and C9. RGB value is (172,220,201). Sum of RGB (Red+Green+Blue) = 172+220+201=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC9 is #532336. Grayscale: #CBCBCB. Windows color (decimal): -5448503 or 13229228. OLE color: 13229228.

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

Color convert

RGB 172 220 201 -
CMYK 0.22 0 0.09 0.14
HSL 156.25º 0.41% 0.77% -
HSV(B) 156.25º 0.22% 0.86% -
XYZ 53.15 64.17 64.84 -
YUV 203.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 172 220 201 0.22 0 0.09 0.14 156.25 0.41 0.77
Hex AC DC C9 16 0 9 E 9C 29 4D
Octal 254 334 311 26 0 11 16 234 51 115
Binary 10101100 11011100 11001001 10110 0 1001 1110 10011100 101001 1001101

Color Harmonies of #ACDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCC9

Black with #ACDCC9

Text Example


Text Example

White with #ACDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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