Html Css Color HEX #AFC3BE Opal

📋 copy color: '#AFC3BE'

red 175 ◦ green 195 ◦ blue 190

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

Shades of Opal #AFC3BE

Tints of Opal #AFC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.82%

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

R = 31.25%
G = 34.82%
B = 33.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#AFC3BE (or 0xAFC3BE) is known color: Opal. HEX triplet: AF, C3 and BE. RGB value is (175,195,190). Sum of RGB (Red+Green+Blue) = 175+195+190=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3BE is #503C41. Grayscale: #BCBCBC. Windows color (decimal): -5258306 or 12501935. OLE color: 12501935.

HSL color Cylindrical-coordinate representation of color #AFC3BE: hue angle of 165º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC3BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 190 -
CMYK 0.10 0 0.03 0.24
HSL 165º 0.14% 0.73% -
HSV(B) 165º 0.1% 0.76% -
XYZ 46.49 51.86 56.28 -
YUV 188.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 175 195 190 0.10 0 0.03 0.24 165 0.14 0.73
Hex AF C3 BE A 0 3 18 A5 E 49
Octal 257 303 276 12 0 3 30 245 16 111
Binary 10101111 11000011 10111110 1010 0 11 11000 10100101 1110 1001001

Color Harmonies of #AFC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3BE

Black with #AFC3BE

Text Example


Text Example

White with #AFC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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