Html Css Color HEX #AFD1C0 Nebula

📋 copy color: '#AFD1C0'

red 175 ◦ green 209 ◦ blue 192

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

Shades of Nebula #AFD1C0

Tints of Nebula #AFD1C0

RGB

 RED value IS 175 (68.75% from 255) = 30.38%

 GREEN value IS 209 (82.03% from 255) = 36.28%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 30.38%
G = 36.28%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#AFD1C0 (or 0xAFD1C0) is known color: Nebula. HEX triplet: AF, D1 and C0. RGB value is (175,209,192). Sum of RGB (Red+Green+Blue) = 175+209+192=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1C0 is #502E3F. Grayscale: #C4C4C4. Windows color (decimal): -5254720 or 12636591. OLE color: 12636591.

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

Color convert

RGB 175 209 192 -
CMYK 0.16 0 0.08 0.18
HSL 150º 0.27% 0.75% -
HSV(B) 150º 0.16% 0.82% -
XYZ 49.99 58.52 58.53 -
YUV 196.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 175 209 192 0.16 0 0.08 0.18 150 0.27 0.75
Hex AF D1 C0 10 0 8 12 96 1B 4B
Octal 257 321 300 20 0 10 22 226 33 113
Binary 10101111 11010001 11000000 10000 0 1000 10010 10010110 11011 1001011

Color Harmonies of #AFD1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1C0

Black with #AFD1C0

Text Example


Text Example

White with #AFD1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1C0; }

 p { color: rgb(175,209,192); }

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

background-color css

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

 a { background-color: rgb(175,209,192); }

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

border-color css

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

 span { border-color: rgb(175,209,192); }

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