Html Css Color HEX #AFCCB9 Nebula

📋 copy color: '#AFCCB9'

red 175 ◦ green 204 ◦ blue 185

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

Shades of Nebula #AFCCB9

Tints of Nebula #AFCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 31.03%
G = 36.17%
B = 32.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#AFCCB9 (or 0xAFCCB9) is known color: Nebula. HEX triplet: AF, CC and B9. RGB value is (175,204,185). Sum of RGB (Red+Green+Blue) = 175+204+185=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB9 is #503346. Grayscale: #C1C1C1. Windows color (decimal): -5256007 or 12176559. OLE color: 12176559.

HSL color Cylindrical-coordinate representation of color #AFCCB9: hue angle of 140.69º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCB9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 185 -
CMYK 0.14 0 0.09 0.2
HSL 140.69º 0.22% 0.74% -
HSV(B) 140.69º 0.14% 0.8% -
XYZ 48.03 55.8 54.14 -
YUV 193.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 175 204 185 0.14 0 0.09 0.2 140.69 0.22 0.74
Hex AF CC B9 E 0 9 14 8D 16 4A
Octal 257 314 271 16 0 11 24 215 26 112
Binary 10101111 11001100 10111001 1110 0 1001 10100 10001101 10110 1001010

Color Harmonies of #AFCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCB9

Black with #AFCCB9

Text Example


Text Example

White with #AFCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCB9; }

 p { color: rgb(175,204,185); }

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

background-color css

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

 a { background-color: rgb(175,204,185); }

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

border-color css

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

 span { border-color: rgb(175,204,185); }

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