Html Css Color HEX #AFF4C2 Fringy Flower

📋 copy color: '#AFF4C2'

red 175 ◦ green 244 ◦ blue 194

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

Shades of Fringy Flower #AFF4C2

Tints of Fringy Flower #AFF4C2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.8%

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

R = 28.55%
G = 39.8%
B = 31.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#AFF4C2 (or 0xAFF4C2) is known color: Fringy Flower. HEX triplet: AF, F4 and C2. RGB value is (175,244,194). Sum of RGB (Red+Green+Blue) = 175+244+194=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4C2 is #500B3D. Grayscale: #D9D9D9. Windows color (decimal): -5245758 or 12776623. OLE color: 12776623.

HSL color Cylindrical-coordinate representation of color #AFF4C2: hue angle of 136.52º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4C2 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 194 -
CMYK 0.28 0 0.20 0.04
HSL 136.52º 0.76% 0.82% -
HSV(B) 136.52º 0.28% 0.96% -
XYZ 59.77 77.71 62.89 -
YUV 217.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 175 244 194 0.28 0 0.20 0.04 136.52 0.76 0.82
Hex AF F4 C2 1C 0 14 4 89 4C 52
Octal 257 364 302 34 0 24 4 211 114 122
Binary 10101111 11110100 11000010 11100 0 10100 100 10001001 1001100 1010010

Color Harmonies of #AFF4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4C2

Black with #AFF4C2

Text Example


Text Example

White with #AFF4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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