Html Css Color HEX #AFE0C1 Fringy Flower

📋 copy color: '#AFE0C1'

red 175 ◦ green 224 ◦ blue 193

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

Shades of Fringy Flower #AFE0C1

Tints of Fringy Flower #AFE0C1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.84%

 BLUE value IS 193 (75.78% from 255) = 32.6%

R = 29.56%
G = 37.84%
B = 32.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#AFE0C1 (or 0xAFE0C1) is known color: Fringy Flower. HEX triplet: AF, E0 and C1. RGB value is (175,224,193). Sum of RGB (Red+Green+Blue) = 175+224+193=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0C1 is #501F3E. Grayscale: #CDCDCD. Windows color (decimal): -5250879 or 12705967. OLE color: 12705967.

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

Color convert

RGB 175 224 193 -
CMYK 0.22 0 0.14 0.12
HSL 142.04º 0.44% 0.78% -
HSV(B) 142.04º 0.22% 0.88% -
XYZ 53.96 66.28 60.4 -
YUV 205.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 175 224 193 0.22 0 0.14 0.12 142.04 0.44 0.78
Hex AF E0 C1 16 0 E C 8E 2C 4E
Octal 257 340 301 26 0 16 14 216 54 116
Binary 10101111 11100000 11000001 10110 0 1110 1100 10001110 101100 1001110

Color Harmonies of #AFE0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0C1

Black with #AFE0C1

Text Example


Text Example

White with #AFE0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0C1; }

 p { color: rgb(175,224,193); }

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

background-color css

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

 a { background-color: rgb(175,224,193); }

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

border-color css

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

 span { border-color: rgb(175,224,193); }

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