Html Css Color HEX #ACD8C0 Nebula

📋 copy color: '#ACD8C0'

red 172 ◦ green 216 ◦ blue 192

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

Shades of Nebula #ACD8C0

Tints of Nebula #ACD8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

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

R = 29.66%
G = 37.24%
B = 33.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ACD8C0 (or 0xACD8C0) is known color: Nebula. HEX triplet: AC, D8 and C0. RGB value is (172,216,192). Sum of RGB (Red+Green+Blue) = 172+216+192=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C0 is #53273F. Grayscale: #C8C8C8. Windows color (decimal): -5449536 or 12638380. OLE color: 12638380.

HSL color Cylindrical-coordinate representation of color #ACD8C0: hue angle of 147.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 192 -
CMYK 0.20 0 0.11 0.15
HSL 147.27º 0.36% 0.76% -
HSV(B) 147.27º 0.2% 0.85% -
XYZ 51.08 61.69 59.08 -
YUV 200.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 172 216 192 0.20 0 0.11 0.15 147.27 0.36 0.76
Hex AC D8 C0 14 0 B F 93 24 4C
Octal 254 330 300 24 0 13 17 223 44 114
Binary 10101100 11011000 11000000 10100 0 1011 1111 10010011 100100 1001100

Color Harmonies of #ACD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8C0

Black with #ACD8C0

Text Example


Text Example

White with #ACD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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