Html Css Color HEX #ACD6BD Nebula

📋 copy color: '#ACD6BD'

red 172 ◦ green 214 ◦ blue 189

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

Shades of Nebula #ACD6BD

Tints of Nebula #ACD6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

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

R = 29.91%
G = 37.22%
B = 32.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ACD6BD (or 0xACD6BD) is known color: Nebula. HEX triplet: AC, D6 and BD. RGB value is (172,214,189). Sum of RGB (Red+Green+Blue) = 172+214+189=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6BD is #532942. Grayscale: #C6C6C6. Windows color (decimal): -5450051 or 12441260. OLE color: 12441260.

HSL color Cylindrical-coordinate representation of color #ACD6BD: hue angle of 144.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6BD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 189 -
CMYK 0.20 0 0.12 0.16
HSL 144.29º 0.34% 0.76% -
HSV(B) 144.29º 0.2% 0.84% -
XYZ 50.25 60.54 57.18 -
YUV 198.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 172 214 189 0.20 0 0.12 0.16 144.29 0.34 0.76
Hex AC D6 BD 14 0 C 10 90 22 4C
Octal 254 326 275 24 0 14 20 220 42 114
Binary 10101100 11010110 10111101 10100 0 1100 10000 10010000 100010 1001100

Color Harmonies of #ACD6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6BD

Black with #ACD6BD

Text Example


Text Example

White with #ACD6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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