Html Css Color HEX #ACD2BA Nebula

📋 copy color: '#ACD2BA'

red 172 ◦ green 210 ◦ blue 186

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

Shades of Nebula #ACD2BA

Tints of Nebula #ACD2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 30.28%
G = 36.97%
B = 32.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#ACD2BA (or 0xACD2BA) is known color: Nebula. HEX triplet: AC, D2 and BA. RGB value is (172,210,186). Sum of RGB (Red+Green+Blue) = 172+210+186=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2BA is #532D45. Grayscale: #C3C3C3. Windows color (decimal): -5451078 or 12243628. OLE color: 12243628.

HSL color Cylindrical-coordinate representation of color #ACD2BA: hue angle of 142.11º 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 #ACD2BA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 186 -
CMYK 0.18 0 0.11 0.18
HSL 142.11º 0.3% 0.75% -
HSV(B) 142.11º 0.18% 0.82% -
XYZ 48.92 58.41 55.15 -
YUV 195.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 172 210 186 0.18 0 0.11 0.18 142.11 0.3 0.75
Hex AC D2 BA 12 0 B 12 8E 1E 4B
Octal 254 322 272 22 0 13 22 216 36 113
Binary 10101100 11010010 10111010 10010 0 1011 10010 10001110 11110 1001011

Color Harmonies of #ACD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2BA

Black with #ACD2BA

Text Example


Text Example

White with #ACD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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