#AFCCBF

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

Shades of Tiara #AFCCBF

Tints of Tiara #AFCCBF

Color information

#AFCCBF (or 0xAFCCBF) is unknown color: approx Tiara. HEX triplet: AF, CC and BF. RGB value is (175,204,191). Sum of RGB (Red+Green+Blue) = 175+204+191=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBF is #503340. Grayscale: #C1C1C1. Windows color (decimal): -5256001 or 12569775. OLE color: 12569775.

HSL color Cylindrical-coordinate representation of color #AFCCBF: hue angle of 153.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCBF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB175204191-
CMYK0.1400.060.2
HSL153.1º22.14%74.31%-
HSV(B)153.1º14.22%80%-
XYZ48.6856.0657.55-
YUV193.85126.39114.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 191 (75% from 255) = 33.51%
R=30.70%
G=35.79%
B=33.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041910.1400.060.2153.122.1474.31
HexAFCCBFE061499164a
Octal25731427716062423126112
Binary101011111100110010111111111001101010010011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCBF; }

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

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

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

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

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

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

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

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