Html Css Color HEX #AFC6BE Opal

📋 copy color: '#AFC6BE'

red 175 ◦ green 198 ◦ blue 190

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

Shades of Opal #AFC6BE

Tints of Opal #AFC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

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

R = 31.08%
G = 35.17%
B = 33.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#AFC6BE (or 0xAFC6BE) is known color: Opal. HEX triplet: AF, C6 and BE. RGB value is (175,198,190). Sum of RGB (Red+Green+Blue) = 175+198+190=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BE is #503941. Grayscale: #BEBEBE. Windows color (decimal): -5257538 or 12502703. OLE color: 12502703.

HSL color Cylindrical-coordinate representation of color #AFC6BE: hue angle of 159.13º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6BE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 190 -
CMYK 0.12 0 0.04 0.22
HSL 159.13º 0.17% 0.73% -
HSV(B) 159.13º 0.12% 0.78% -
XYZ 47.17 53.22 56.5 -
YUV 190.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 175 198 190 0.12 0 0.04 0.22 159.13 0.17 0.73
Hex AF C6 BE C 0 4 16 9F 11 49
Octal 257 306 276 14 0 4 26 237 21 111
Binary 10101111 11000110 10111110 1100 0 100 10110 10011111 10001 1001001

Color Harmonies of #AFC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6BE

Black with #AFC6BE

Text Example


Text Example

White with #AFC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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