Html Css Color HEX #ACD2BE Nebula

📋 copy color: '#ACD2BE'

red 172 ◦ green 210 ◦ blue 190

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

Shades of Nebula #ACD2BE

Tints of Nebula #ACD2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

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

R = 30.07%
G = 36.71%
B = 33.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ACD2BE (or 0xACD2BE) is known color: Nebula. HEX triplet: AC, D2 and BE. RGB value is (172,210,190). Sum of RGB (Red+Green+Blue) = 172+210+190=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2BE is #532D41. Grayscale: #C4C4C4. Windows color (decimal): -5451074 or 12505772. OLE color: 12505772.

HSL color Cylindrical-coordinate representation of color #ACD2BE: hue angle of 148.42º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 190 -
CMYK 0.18 0 0.10 0.18
HSL 148.42º 0.3% 0.75% -
HSV(B) 148.42º 0.18% 0.82% -
XYZ 49.35 58.58 57.42 -
YUV 196.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 172 210 190 0.18 0 0.10 0.18 148.42 0.3 0.75
Hex AC D2 BE 12 0 A 12 94 1E 4B
Octal 254 322 276 22 0 12 22 224 36 113
Binary 10101100 11010010 10111110 10010 0 1010 10010 10010100 11110 1001011

Color Harmonies of #ACD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2BE

Black with #ACD2BE

Text Example


Text Example

White with #ACD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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