Html Css Color HEX #ACD4BE Nebula

📋 copy color: '#ACD4BE'

red 172 ◦ green 212 ◦ blue 190

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

Shades of Nebula #ACD4BE

Tints of Nebula #ACD4BE

RGB

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

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

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

R = 29.97%
G = 36.93%
B = 33.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#ACD4BE (or 0xACD4BE) is known color: Nebula. HEX triplet: AC, D4 and BE. RGB value is (172,212,190). Sum of RGB (Red+Green+Blue) = 172+212+190=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4BE is #532B41. Grayscale: #C5C5C5. Windows color (decimal): -5450562 or 12506284. OLE color: 12506284.

HSL color Cylindrical-coordinate representation of color #ACD4BE: hue angle of 147º 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 #ACD4BE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 190 -
CMYK 0.19 0 0.10 0.17
HSL 147º 0.32% 0.75% -
HSV(B) 147º 0.19% 0.83% -
XYZ 49.85 59.58 57.59 -
YUV 197.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 172 212 190 0.19 0 0.10 0.17 147 0.32 0.75
Hex AC D4 BE 13 0 A 11 93 20 4B
Octal 254 324 276 23 0 12 21 223 40 113
Binary 10101100 11010100 10111110 10011 0 1010 10001 10010011 100000 1001011

Color Harmonies of #ACD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4BE

Black with #ACD4BE

Text Example


Text Example

White with #ACD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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