Html Css Color HEX #AFF1C0 Fringy Flower

📋 copy color: '#AFF1C0'

red 175 ◦ green 241 ◦ blue 192

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

Shades of Fringy Flower #AFF1C0

Tints of Fringy Flower #AFF1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.64%

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 28.78%
G = 39.64%
B = 31.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#AFF1C0 (or 0xAFF1C0) is known color: Fringy Flower. HEX triplet: AF, F1 and C0. RGB value is (175,241,192). Sum of RGB (Red+Green+Blue) = 175+241+192=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C0 is #500E3F. Grayscale: #D7D7D7. Windows color (decimal): -5246528 or 12644783. OLE color: 12644783.

HSL color Cylindrical-coordinate representation of color #AFF1C0: hue angle of 135.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1C0 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 192 -
CMYK 0.27 0 0.20 0.05
HSL 135.45º 0.7% 0.82% -
HSV(B) 135.45º 0.27% 0.95% -
XYZ 58.65 75.83 61.41 -
YUV 215.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 175 241 192 0.27 0 0.20 0.05 135.45 0.7 0.82
Hex AF F1 C0 1B 0 14 5 87 46 52
Octal 257 361 300 33 0 24 5 207 106 122
Binary 10101111 11110001 11000000 11011 0 10100 101 10000111 1000110 1010010

Color Harmonies of #AFF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1C0

Black with #AFF1C0

Text Example


Text Example

White with #AFF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1C0; }

 p { color: rgb(175,241,192); }

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

background-color css

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

 a { background-color: rgb(175,241,192); }

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

border-color css

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

 span { border-color: rgb(175,241,192); }

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