Html Css Color HEX #ACD0C0 Nebula

📋 copy color: '#ACD0C0'

red 172 ◦ green 208 ◦ blue 192

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

Shades of Nebula #ACD0C0

Tints of Nebula #ACD0C0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.36%

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 30.07%
G = 36.36%
B = 33.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#ACD0C0 (or 0xACD0C0) is known color: Nebula. HEX triplet: AC, D0 and C0. RGB value is (172,208,192). Sum of RGB (Red+Green+Blue) = 172+208+192=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C0 is #532F3F. Grayscale: #C3C3C3. Windows color (decimal): -5451584 or 12636332. OLE color: 12636332.

HSL color Cylindrical-coordinate representation of color #ACD0C0: hue angle of 153.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0C0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 192 -
CMYK 0.17 0 0.08 0.18
HSL 153.33º 0.28% 0.75% -
HSV(B) 153.33º 0.17% 0.82% -
XYZ 49.08 57.69 58.42 -
YUV 195.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 172 208 192 0.17 0 0.08 0.18 153.33 0.28 0.75
Hex AC D0 C0 11 0 8 12 99 1C 4B
Octal 254 320 300 21 0 10 22 231 34 113
Binary 10101100 11010000 11000000 10001 0 1000 10010 10011001 11100 1001011

Color Harmonies of #ACD0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0C0

Black with #ACD0C0

Text Example


Text Example

White with #ACD0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0C0; }

 p { color: rgb(172,208,192); }

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

background-color css

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

 a { background-color: rgb(172,208,192); }

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

border-color css

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

 span { border-color: rgb(172,208,192); }

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