Html Css Color HEX #ACD8C1 Nebula

📋 copy color: '#ACD8C1'

red 172 ◦ green 216 ◦ blue 193

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

Shades of Nebula #ACD8C1

Tints of Nebula #ACD8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.18%

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

R = 29.6%
G = 37.18%
B = 33.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#ACD8C1 (or 0xACD8C1) is known color: Nebula. HEX triplet: AC, D8 and C1. RGB value is (172,216,193). Sum of RGB (Red+Green+Blue) = 172+216+193=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C1 is #53273E. Grayscale: #C8C8C8. Windows color (decimal): -5449535 or 12703916. OLE color: 12703916.

HSL color Cylindrical-coordinate representation of color #ACD8C1: hue angle of 148.64º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 193 -
CMYK 0.20 0 0.11 0.15
HSL 148.64º 0.36% 0.76% -
HSV(B) 148.64º 0.2% 0.85% -
XYZ 51.19 61.73 59.67 -
YUV 200.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 172 216 193 0.20 0 0.11 0.15 148.64 0.36 0.76
Hex AC D8 C1 14 0 B F 95 24 4C
Octal 254 330 301 24 0 13 17 225 44 114
Binary 10101100 11011000 11000001 10100 0 1011 1111 10010101 100100 1001100

Color Harmonies of #ACD8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8C1

Black with #ACD8C1

Text Example


Text Example

White with #ACD8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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