Html Css Color HEX #AFD4BE Nebula

📋 copy color: '#AFD4BE'

red 175 ◦ green 212 ◦ blue 190

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

Shades of Nebula #AFD4BE

Tints of Nebula #AFD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.74%

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

R = 30.33%
G = 36.74%
B = 32.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#AFD4BE (or 0xAFD4BE) is known color: Nebula. HEX triplet: AF, D4 and BE. RGB value is (175,212,190). Sum of RGB (Red+Green+Blue) = 175+212+190=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4BE is #502B41. Grayscale: #C6C6C6. Windows color (decimal): -5253954 or 12506287. OLE color: 12506287.

HSL color Cylindrical-coordinate representation of color #AFD4BE: hue angle of 144.32º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4BE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 190 -
CMYK 0.17 0 0.10 0.17
HSL 144.32º 0.3% 0.76% -
HSV(B) 144.32º 0.17% 0.83% -
XYZ 50.52 59.92 57.62 -
YUV 198.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 175 212 190 0.17 0 0.10 0.17 144.32 0.3 0.76
Hex AF D4 BE 11 0 A 11 90 1E 4C
Octal 257 324 276 21 0 12 21 220 36 114
Binary 10101111 11010100 10111110 10001 0 1010 10001 10010000 11110 1001100

Color Harmonies of #AFD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4BE

Black with #AFD4BE

Text Example


Text Example

White with #AFD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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