Html Css Color HEX #ACD8C2 Nebula

📋 copy color: '#ACD8C2'

red 172 ◦ green 216 ◦ blue 194

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

Shades of Nebula #ACD8C2

Tints of Nebula #ACD8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 29.55%
G = 37.11%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#ACD8C2 (or 0xACD8C2) is known color: Nebula. HEX triplet: AC, D8 and C2. RGB value is (172,216,194). Sum of RGB (Red+Green+Blue) = 172+216+194=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C2 is #53273D. Grayscale: #C8C8C8. Windows color (decimal): -5449534 or 12769452. OLE color: 12769452.

HSL color Cylindrical-coordinate representation of color #ACD8C2: hue angle of 150º 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 #ACD8C2 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 194 -
CMYK 0.20 0 0.10 0.15
HSL 150º 0.36% 0.76% -
HSV(B) 150º 0.2% 0.85% -
XYZ 51.31 61.78 60.26 -
YUV 200.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 172 216 194 0.20 0 0.10 0.15 150 0.36 0.76
Hex AC D8 C2 14 0 A F 96 24 4C
Octal 254 330 302 24 0 12 17 226 44 114
Binary 10101100 11011000 11000010 10100 0 1010 1111 10010110 100100 1001100

Color Harmonies of #ACD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8C2

Black with #ACD8C2

Text Example


Text Example

White with #ACD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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