Html Css Color HEX #ACDBC1 Nebula

📋 copy color: '#ACDBC1'

red 172 ◦ green 219 ◦ blue 193

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

Shades of Nebula #ACDBC1

Tints of Nebula #ACDBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 29.45%
G = 37.5%
B = 33.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC1 (or 0xACDBC1) is known color: Nebula. HEX triplet: AC, DB and C1. RGB value is (172,219,193). Sum of RGB (Red+Green+Blue) = 172+219+193=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC1 is #53243E. Grayscale: #CACACA. Windows color (decimal): -5448767 or 12704684. OLE color: 12704684.

HSL color Cylindrical-coordinate representation of color #ACDBC1: hue angle of 146.81º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBC1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 193 -
CMYK 0.21 0 0.12 0.14
HSL 146.81º 0.39% 0.77% -
HSV(B) 146.81º 0.21% 0.86% -
XYZ 51.97 63.28 59.93 -
YUV 201.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 172 219 193 0.21 0 0.12 0.14 146.81 0.39 0.77
Hex AC DB C1 15 0 C E 93 27 4D
Octal 254 333 301 25 0 14 16 223 47 115
Binary 10101100 11011011 11000001 10101 0 1100 1110 10010011 100111 1001101

Color Harmonies of #ACDBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC1

Black with #ACDBC1

Text Example


Text Example

White with #ACDBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBC1; }

 p { color: rgb(172,219,193); }

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

background-color css

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

 a { background-color: rgb(172,219,193); }

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

border-color css

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

 span { border-color: rgb(172,219,193); }

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