#AFCABF

Color #AFCABF Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #AFCABF

Tints of Tiara #AFCABF

Color information

#AFCABF (or 0xAFCABF) is unknown color: approx Tiara. HEX triplet: AF, CA and BF. RGB value is (175,202,191). Sum of RGB (Red+Green+Blue) = 175+202+191=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABF is #503540. Grayscale: #C0C0C0. Windows color (decimal): -5256513 or 12569263. OLE color: 12569263.

HSL color Cylindrical-coordinate representation of color #AFCABF: hue angle of 155.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB175202191-
CMYK0.1300.050.21
HSL155.56º20.3%73.92%-
HSV(B)155.56º13.37%79.22%-
XYZ48.255.1257.39-
YUV192.67127.05115.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 191 (75% from 255) = 33.63%
R=30.81%
G=35.56%
B=33.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021910.1300.050.21155.5620.373.92
HexAFCABFD05159c144a
Octal25731227715052523424112
Binary101011111100101010111111110101011010110011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCABF; }

 p { color: rgb(175,202,191); }

 H1.HeaderClassName
 {
   color: #AFCABF;
 }
 .AnyTagClassName
 {
   color: #AFCABF;
 }
</style>
background-color css

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

 a { background-color: rgb(175,202,191); }

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

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

 span { border-color: rgb(175,202,191); }

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