Html Css Color HEX #AFE9C2 Fringy Flower

📋 copy color: '#AFE9C2'

red 175 ◦ green 233 ◦ blue 194

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

Shades of Fringy Flower #AFE9C2

Tints of Fringy Flower #AFE9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.7%

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

R = 29.07%
G = 38.7%
B = 32.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#AFE9C2 (or 0xAFE9C2) is known color: Fringy Flower. HEX triplet: AF, E9 and C2. RGB value is (175,233,194). Sum of RGB (Red+Green+Blue) = 175+233+194=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9C2 is #50163D. Grayscale: #D3D3D3. Windows color (decimal): -5248574 or 12773807. OLE color: 12773807.

HSL color Cylindrical-coordinate representation of color #AFE9C2: hue angle of 139.66º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9C2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 194 -
CMYK 0.25 0 0.17 0.09
HSL 139.66º 0.57% 0.8% -
HSV(B) 139.66º 0.25% 0.91% -
XYZ 56.56 71.29 61.82 -
YUV 211.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 175 233 194 0.25 0 0.17 0.09 139.66 0.57 0.8
Hex AF E9 C2 19 0 11 9 8C 39 50
Octal 257 351 302 31 0 21 11 214 71 120
Binary 10101111 11101001 11000010 11001 0 10001 1001 10001100 111001 1010000

Color Harmonies of #AFE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9C2

Black with #AFE9C2

Text Example


Text Example

White with #AFE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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