Html Css Color HEX #AFDAC0 Nebula

📋 copy color: '#AFDAC0'

red 175 ◦ green 218 ◦ blue 192

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

Shades of Nebula #AFDAC0

Tints of Nebula #AFDAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

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

R = 29.91%
G = 37.26%
B = 32.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AFDAC0 (or 0xAFDAC0) is known color: Nebula. HEX triplet: AF, DA and C0. RGB value is (175,218,192). Sum of RGB (Red+Green+Blue) = 175+218+192=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC0 is #50253F. Grayscale: #CACACA. Windows color (decimal): -5252416 or 12638895. OLE color: 12638895.

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

Color convert

RGB 175 218 192 -
CMYK 0.20 0 0.12 0.15
HSL 143.72º 0.37% 0.77% -
HSV(B) 143.72º 0.2% 0.85% -
XYZ 52.27 63.06 59.29 -
YUV 202.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 175 218 192 0.20 0 0.12 0.15 143.72 0.37 0.77
Hex AF DA C0 14 0 C F 90 25 4D
Octal 257 332 300 24 0 14 17 220 45 115
Binary 10101111 11011010 11000000 10100 0 1100 1111 10010000 100101 1001101

Color Harmonies of #AFDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAC0

Black with #AFDAC0

Text Example


Text Example

White with #AFDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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