Html Css Color HEX #ACD8BD Nebula

📋 copy color: '#ACD8BD'

red 172 ◦ green 216 ◦ blue 189

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

Shades of Nebula #ACD8BD

Tints of Nebula #ACD8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.76%

R = 29.81%
G = 37.44%
B = 32.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#ACD8BD (or 0xACD8BD) is known color: Nebula. HEX triplet: AC, D8 and BD. RGB value is (172,216,189). Sum of RGB (Red+Green+Blue) = 172+216+189=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8BD is #532742. Grayscale: #C7C7C7. Windows color (decimal): -5449539 or 12441772. OLE color: 12441772.

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

Color convert

RGB 172 216 189 -
CMYK 0.20 0 0.12 0.15
HSL 143.18º 0.36% 0.76% -
HSV(B) 143.18º 0.2% 0.85% -
XYZ 50.75 61.56 57.35 -
YUV 199.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 172 216 189 0.20 0 0.12 0.15 143.18 0.36 0.76
Hex AC D8 BD 14 0 C F 8F 24 4C
Octal 254 330 275 24 0 14 17 217 44 114
Binary 10101100 11011000 10111101 10100 0 1100 1111 10001111 100100 1001100

Color Harmonies of #ACD8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8BD

Black with #ACD8BD

Text Example


Text Example

White with #ACD8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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