Html Css Color HEX #AFC8C3 Opal

📋 copy color: '#AFC8C3'

red 175 ◦ green 200 ◦ blue 195

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

Shades of Opal #AFC8C3

Tints of Opal #AFC8C3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 30.7%
G = 35.09%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#AFC8C3 (or 0xAFC8C3) is known color: Opal. HEX triplet: AF, C8 and C3. RGB value is (175,200,195). Sum of RGB (Red+Green+Blue) = 175+200+195=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8C3 is #50373C. Grayscale: #BFBFBF. Windows color (decimal): -5257021 or 12830895. OLE color: 12830895.

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

Color convert

RGB 175 200 195 -
CMYK 0.12 0 0.02 0.22
HSL 168º 0.19% 0.74% -
HSV(B) 168º 0.13% 0.78% -
XYZ 48.18 54.36 59.58 -
YUV 191.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 175 200 195 0.12 0 0.02 0.22 168 0.19 0.74
Hex AF C8 C3 C 0 2 16 A8 13 4A
Octal 257 310 303 14 0 2 26 250 23 112
Binary 10101111 11001000 11000011 1100 0 10 10110 10101000 10011 1001010

Color Harmonies of #AFC8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8C3

Black with #AFC8C3

Text Example


Text Example

White with #AFC8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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