Html Css Color HEX #ACD8BE Nebula

📋 copy color: '#ACD8BE'

red 172 ◦ green 216 ◦ blue 190

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

Shades of Nebula #ACD8BE

Tints of Nebula #ACD8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.87%

R = 29.76%
G = 37.37%
B = 32.87%

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

#ACD8BE (or 0xACD8BE) is known color: Nebula. HEX triplet: AC, D8 and BE. RGB value is (172,216,190). Sum of RGB (Red+Green+Blue) = 172+216+190=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8BE is #532741. Grayscale: #C7C7C7. Windows color (decimal): -5449538 or 12507308. OLE color: 12507308.

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

Color convert

RGB 172 216 190 -
CMYK 0.20 0 0.12 0.15
HSL 144.55º 0.36% 0.76% -
HSV(B) 144.55º 0.2% 0.85% -
XYZ 50.86 61.6 57.92 -
YUV 199.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 172 216 190 0.20 0 0.12 0.15 144.55 0.36 0.76
Hex AC D8 BE 14 0 C F 91 24 4C
Octal 254 330 276 24 0 14 17 221 44 114
Binary 10101100 11011000 10111110 10100 0 1100 1111 10010001 100100 1001100

Color Harmonies of #ACD8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8BE

Black with #ACD8BE

Text Example


Text Example

White with #ACD8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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