Html Css Color HEX #AFF1B8 Fringy Flower

📋 copy color: '#AFF1B8'

red 175 ◦ green 241 ◦ blue 184

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

Shades of Fringy Flower #AFF1B8

Tints of Fringy Flower #AFF1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 29.17%
G = 40.17%
B = 30.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#AFF1B8 (or 0xAFF1B8) is known color: Fringy Flower. HEX triplet: AF, F1 and B8. RGB value is (175,241,184). Sum of RGB (Red+Green+Blue) = 175+241+184=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1B8 is #500E47. Grayscale: #D6D6D6. Windows color (decimal): -5246536 or 12120495. OLE color: 12120495.

HSL color Cylindrical-coordinate representation of color #AFF1B8: hue angle of 128.18º 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 #AFF1B8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 184 -
CMYK 0.27 0 0.24 0.05
HSL 128.18º 0.7% 0.82% -
HSV(B) 128.18º 0.27% 0.95% -
XYZ 57.79 75.49 56.87 -
YUV 214.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 175 241 184 0.27 0 0.24 0.05 128.18 0.7 0.82
Hex AF F1 B8 1B 0 18 5 80 46 52
Octal 257 361 270 33 0 30 5 200 106 122
Binary 10101111 11110001 10111000 11011 0 11000 101 10000000 1000110 1010010

Color Harmonies of #AFF1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1B8

Black with #AFF1B8

Text Example


Text Example

White with #AFF1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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