Html Css Color HEX #ACD6BC Nebula

📋 copy color: '#ACD6BC'

red 172 ◦ green 214 ◦ blue 188

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

Shades of Nebula #ACD6BC

Tints of Nebula #ACD6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 29.97%
G = 37.28%
B = 32.75%

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

#ACD6BC (or 0xACD6BC) is known color: Nebula. HEX triplet: AC, D6 and BC. RGB value is (172,214,188). Sum of RGB (Red+Green+Blue) = 172+214+188=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6BC is #532943. Grayscale: #C6C6C6. Windows color (decimal): -5450052 or 12375724. OLE color: 12375724.

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

Color convert

RGB 172 214 188 -
CMYK 0.20 0 0.12 0.16
HSL 142.86º 0.34% 0.76% -
HSV(B) 142.86º 0.2% 0.84% -
XYZ 50.14 60.49 56.61 -
YUV 198.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 172 214 188 0.20 0 0.12 0.16 142.86 0.34 0.76
Hex AC D6 BC 14 0 C 10 8F 22 4C
Octal 254 326 274 24 0 14 20 217 42 114
Binary 10101100 11010110 10111100 10100 0 1100 10000 10001111 100010 1001100

Color Harmonies of #ACD6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6BC

Black with #ACD6BC

Text Example


Text Example

White with #ACD6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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