Html Css Color HEX #ACD4BC Nebula

📋 copy color: '#ACD4BC'

red 172 ◦ green 212 ◦ blue 188

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

Shades of Nebula #ACD4BC

Tints of Nebula #ACD4BC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.06%

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

R = 30.07%
G = 37.06%
B = 32.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#ACD4BC (or 0xACD4BC) is known color: Nebula. HEX triplet: AC, D4 and BC. RGB value is (172,212,188). Sum of RGB (Red+Green+Blue) = 172+212+188=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4BC is #532B43. Grayscale: #C5C5C5. Windows color (decimal): -5450564 or 12375212. OLE color: 12375212.

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

Color convert

RGB 172 212 188 -
CMYK 0.19 0 0.11 0.17
HSL 144º 0.32% 0.75% -
HSV(B) 144º 0.19% 0.83% -
XYZ 49.63 59.49 56.44 -
YUV 197.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 172 212 188 0.19 0 0.11 0.17 144 0.32 0.75
Hex AC D4 BC 13 0 B 11 90 20 4B
Octal 254 324 274 23 0 13 21 220 40 113
Binary 10101100 11010100 10111100 10011 0 1011 10001 10010000 100000 1001011

Color Harmonies of #ACD4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4BC

Black with #ACD4BC

Text Example


Text Example

White with #ACD4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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