Html Css Color HEX #AFC5BE Opal

📋 copy color: '#AFC5BE'

red 175 ◦ green 197 ◦ blue 190

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

Shades of Opal #AFC5BE

Tints of Opal #AFC5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

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

R = 31.14%
G = 35.05%
B = 33.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#AFC5BE (or 0xAFC5BE) is known color: Opal. HEX triplet: AF, C5 and BE. RGB value is (175,197,190). Sum of RGB (Red+Green+Blue) = 175+197+190=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BE is #503A41. Grayscale: #BDBDBD. Windows color (decimal): -5257794 or 12502447. OLE color: 12502447.

HSL color Cylindrical-coordinate representation of color #AFC5BE: hue angle of 160.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 190 -
CMYK 0.11 0 0.04 0.23
HSL 160.91º 0.16% 0.73% -
HSV(B) 160.91º 0.11% 0.77% -
XYZ 46.94 52.76 56.43 -
YUV 189.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 175 197 190 0.11 0 0.04 0.23 160.91 0.16 0.73
Hex AF C5 BE B 0 4 17 A1 10 49
Octal 257 305 276 13 0 4 27 241 20 111
Binary 10101111 11000101 10111110 1011 0 100 10111 10100001 10000 1001001

Color Harmonies of #AFC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5BE

Black with #AFC5BE

Text Example


Text Example

White with #AFC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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