Html Css Color HEX #ACD5C0 Nebula

📋 copy color: '#ACD5C0'

red 172 ◦ green 213 ◦ blue 192

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

Shades of Nebula #ACD5C0

Tints of Nebula #ACD5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

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

R = 29.81%
G = 36.92%
B = 33.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#ACD5C0 (or 0xACD5C0) is known color: Nebula. HEX triplet: AC, D5 and C0. RGB value is (172,213,192). Sum of RGB (Red+Green+Blue) = 172+213+192=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C0 is #532A3F. Grayscale: #C6C6C6. Windows color (decimal): -5450304 or 12637612. OLE color: 12637612.

HSL color Cylindrical-coordinate representation of color #ACD5C0: hue angle of 149.27º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 192 -
CMYK 0.19 0 0.10 0.16
HSL 149.27º 0.33% 0.75% -
HSV(B) 149.27º 0.19% 0.84% -
XYZ 50.32 60.16 58.83 -
YUV 198.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 172 213 192 0.19 0 0.10 0.16 149.27 0.33 0.75
Hex AC D5 C0 13 0 A 10 95 21 4B
Octal 254 325 300 23 0 12 20 225 41 113
Binary 10101100 11010101 11000000 10011 0 1010 10000 10010101 100001 1001011

Color Harmonies of #ACD5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5C0

Black with #ACD5C0

Text Example


Text Example

White with #ACD5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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