Html Css Color HEX #ACDDCD Cruise

📋 copy color: '#ACDDCD'

red 172 ◦ green 221 ◦ blue 205

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

Shades of Cruise #ACDDCD

Tints of Cruise #ACDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 28.76%
G = 36.96%
B = 34.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ACDDCD (or 0xACDDCD) is known color: Cruise. HEX triplet: AC, DD and CD. RGB value is (172,221,205). Sum of RGB (Red+Green+Blue) = 172+221+205=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCD is #532232. Grayscale: #CCCCCC. Windows color (decimal): -5448243 or 13491628. OLE color: 13491628.

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

Color convert

RGB 172 221 205 -
CMYK 0.22 0 0.07 0.13
HSL 160.41º 0.42% 0.77% -
HSV(B) 160.41º 0.22% 0.87% -
XYZ 53.89 64.89 67.44 -
YUV 204.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 172 221 205 0.22 0 0.07 0.13 160.41 0.42 0.77
Hex AC DD CD 16 0 7 D A0 2A 4D
Octal 254 335 315 26 0 7 15 240 52 115
Binary 10101100 11011101 11001101 10110 0 111 1101 10100000 101010 1001101

Color Harmonies of #ACDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDCD

Black with #ACDDCD

Text Example


Text Example

White with #ACDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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