Html Css Color HEX #AFF2B8 Fringy Flower

📋 copy color: '#AFF2B8'

red 175 ◦ green 242 ◦ blue 184

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

Shades of Fringy Flower #AFF2B8

Tints of Fringy Flower #AFF2B8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

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

R = 29.12%
G = 40.27%
B = 30.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#AFF2B8 (or 0xAFF2B8) is known color: Fringy Flower. HEX triplet: AF, F2 and B8. RGB value is (175,242,184). Sum of RGB (Red+Green+Blue) = 175+242+184=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B8 is #500D47. Grayscale: #D7D7D7. Windows color (decimal): -5246280 or 12120751. OLE color: 12120751.

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

Color convert

RGB 175 242 184 -
CMYK 0.28 0 0.24 0.05
HSL 128.06º 0.72% 0.82% -
HSV(B) 128.06º 0.28% 0.95% -
XYZ 58.08 76.08 56.97 -
YUV 215.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 175 242 184 0.28 0 0.24 0.05 128.06 0.72 0.82
Hex AF F2 B8 1C 0 18 5 80 48 52
Octal 257 362 270 34 0 30 5 200 110 122
Binary 10101111 11110010 10111000 11100 0 11000 101 10000000 1001000 1010010

Color Harmonies of #AFF2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2B8

Black with #AFF2B8

Text Example


Text Example

White with #AFF2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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