Html Css Color HEX #ACD7BE Nebula

📋 copy color: '#ACD7BE'

red 172 ◦ green 215 ◦ blue 190

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

Shades of Nebula #ACD7BE

Tints of Nebula #ACD7BE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.26%

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

R = 29.81%
G = 37.26%
B = 32.93%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ACD7BE (or 0xACD7BE) is known color: Nebula. HEX triplet: AC, D7 and BE. RGB value is (172,215,190). Sum of RGB (Red+Green+Blue) = 172+215+190=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BE is #532841. Grayscale: #C7C7C7. Windows color (decimal): -5449794 or 12507052. OLE color: 12507052.

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

Color convert

RGB 172 215 190 -
CMYK 0.2 0 0.12 0.16
HSL 145.12º 0.35% 0.76% -
HSV(B) 145.12º 0.2% 0.84% -
XYZ 50.61 61.09 57.84 -
YUV 199.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 172 215 190 0.2 0 0.12 0.16 145.12 0.35 0.76
Hex AC D7 BE 14 0 C 10 91 23 4C
Octal 254 327 276 24 0 14 20 221 43 114
Binary 10101100 11010111 10111110 10100 0 1100 10000 10010001 100011 1001100

Color Harmonies of #ACD7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7BE

Black with #ACD7BE

Text Example


Text Example

White with #ACD7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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