Html Css Color HEX #AFD2BE Nebula

📋 copy color: '#AFD2BE'

red 175 ◦ green 210 ◦ blue 190

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

Shades of Nebula #AFD2BE

Tints of Nebula #AFD2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 30.43%
G = 36.52%
B = 33.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#AFD2BE (or 0xAFD2BE) is known color: Nebula. HEX triplet: AF, D2 and BE. RGB value is (175,210,190). Sum of RGB (Red+Green+Blue) = 175+210+190=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BE is #502D41. Grayscale: #C5C5C5. Windows color (decimal): -5254466 or 12505775. OLE color: 12505775.

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

Color convert

RGB 175 210 190 -
CMYK 0.17 0 0.10 0.18
HSL 145.71º 0.28% 0.75% -
HSV(B) 145.71º 0.17% 0.82% -
XYZ 50.02 58.92 57.45 -
YUV 197.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 175 210 190 0.17 0 0.10 0.18 145.71 0.28 0.75
Hex AF D2 BE 11 0 A 12 92 1C 4B
Octal 257 322 276 21 0 12 22 222 34 113
Binary 10101111 11010010 10111110 10001 0 1010 10010 10010010 11100 1001011

Color Harmonies of #AFD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2BE

Black with #AFD2BE

Text Example


Text Example

White with #AFD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2BE; }

 p { color: rgb(175,210,190); }

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

background-color css

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

 a { background-color: rgb(175,210,190); }

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

border-color css

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

 span { border-color: rgb(175,210,190); }

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