Html Css Color HEX #AFC4BE Opal

📋 copy color: '#AFC4BE'

red 175 ◦ green 196 ◦ blue 190

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

Shades of Opal #AFC4BE

Tints of Opal #AFC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.94%

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

R = 31.19%
G = 34.94%
B = 33.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#AFC4BE (or 0xAFC4BE) is known color: Opal. HEX triplet: AF, C4 and BE. RGB value is (175,196,190). Sum of RGB (Red+Green+Blue) = 175+196+190=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4BE is #503B41. Grayscale: #BDBDBD. Windows color (decimal): -5258050 or 12502191. OLE color: 12502191.

HSL color Cylindrical-coordinate representation of color #AFC4BE: hue angle of 162.86º degrees, saturation: 0.15, 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 #AFC4BE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 190 -
CMYK 0.11 0 0.03 0.23
HSL 162.86º 0.15% 0.73% -
HSV(B) 162.86º 0.11% 0.77% -
XYZ 46.71 52.31 56.35 -
YUV 189.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 175 196 190 0.11 0 0.03 0.23 162.86 0.15 0.73
Hex AF C4 BE B 0 3 17 A3 F 49
Octal 257 304 276 13 0 3 27 243 17 111
Binary 10101111 11000100 10111110 1011 0 11 10111 10100011 1111 1001001

Color Harmonies of #AFC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4BE

Black with #AFC4BE

Text Example


Text Example

White with #AFC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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