Html Css Color HEX #ACD3BE Nebula

📋 copy color: '#ACD3BE'

red 172 ◦ green 211 ◦ blue 190

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

Shades of Nebula #ACD3BE

Tints of Nebula #ACD3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.82%

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

R = 30.02%
G = 36.82%
B = 33.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#ACD3BE (or 0xACD3BE) is known color: Nebula. HEX triplet: AC, D3 and BE. RGB value is (172,211,190). Sum of RGB (Red+Green+Blue) = 172+211+190=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3BE is #532C41. Grayscale: #C4C4C4. Windows color (decimal): -5450818 or 12506028. OLE color: 12506028.

HSL color Cylindrical-coordinate representation of color #ACD3BE: hue angle of 147.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 190 -
CMYK 0.18 0 0.10 0.17
HSL 147.69º 0.31% 0.75% -
HSV(B) 147.69º 0.18% 0.83% -
XYZ 49.6 59.08 57.5 -
YUV 196.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 172 211 190 0.18 0 0.10 0.17 147.69 0.31 0.75
Hex AC D3 BE 12 0 A 11 94 1F 4B
Octal 254 323 276 22 0 12 21 224 37 113
Binary 10101100 11010011 10111110 10010 0 1010 10001 10010100 11111 1001011

Color Harmonies of #ACD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3BE

Black with #ACD3BE

Text Example


Text Example

White with #ACD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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