Html Css Color HEX #AFE5C2 Fringy Flower

📋 copy color: '#AFE5C2'

red 175 ◦ green 229 ◦ blue 194

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

Shades of Fringy Flower #AFE5C2

Tints of Fringy Flower #AFE5C2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

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

R = 29.26%
G = 38.29%
B = 32.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#AFE5C2 (or 0xAFE5C2) is known color: Fringy Flower. HEX triplet: AF, E5 and C2. RGB value is (175,229,194). Sum of RGB (Red+Green+Blue) = 175+229+194=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C2 is #501A3D. Grayscale: #D0D0D0. Windows color (decimal): -5249598 or 12772783. OLE color: 12772783.

HSL color Cylindrical-coordinate representation of color #AFE5C2: hue angle of 141.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5C2 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 194 -
CMYK 0.24 0 0.15 0.10
HSL 141.11º 0.51% 0.79% -
HSV(B) 141.11º 0.24% 0.9% -
XYZ 55.44 69.05 61.44 -
YUV 208.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 175 229 194 0.24 0 0.15 0.10 141.11 0.51 0.79
Hex AF E5 C2 18 0 F A 8D 33 4F
Octal 257 345 302 30 0 17 12 215 63 117
Binary 10101111 11100101 11000010 11000 0 1111 1010 10001101 110011 1001111

Color Harmonies of #AFE5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE5C2

Black with #AFE5C2

Text Example


Text Example

White with #AFE5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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