Html Css Color HEX #AFE0C2 Fringy Flower

📋 copy color: '#AFE0C2'

red 175 ◦ green 224 ◦ blue 194

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

Shades of Fringy Flower #AFE0C2

Tints of Fringy Flower #AFE0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.72%

R = 29.51%
G = 37.77%
B = 32.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#AFE0C2 (or 0xAFE0C2) is known color: Fringy Flower. HEX triplet: AF, E0 and C2. RGB value is (175,224,194). Sum of RGB (Red+Green+Blue) = 175+224+194=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0C2 is #501F3D. Grayscale: #CECECE. Windows color (decimal): -5250878 or 12771503. OLE color: 12771503.

HSL color Cylindrical-coordinate representation of color #AFE0C2: hue angle of 143.27º 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 #AFE0C2 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 194 -
CMYK 0.22 0 0.13 0.12
HSL 143.27º 0.44% 0.78% -
HSV(B) 143.27º 0.22% 0.88% -
XYZ 54.07 66.32 60.99 -
YUV 205.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 175 224 194 0.22 0 0.13 0.12 143.27 0.44 0.78
Hex AF E0 C2 16 0 D C 8F 2C 4E
Octal 257 340 302 26 0 15 14 217 54 116
Binary 10101111 11100000 11000010 10110 0 1101 1100 10001111 101100 1001110

Color Harmonies of #AFE0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0C2

Black with #AFE0C2

Text Example


Text Example

White with #AFE0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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