Html Css Color HEX #AFF2BC Fringy Flower

📋 copy color: '#AFF2BC'

red 175 ◦ green 242 ◦ blue 188

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

Shades of Fringy Flower #AFF2BC

Tints of Fringy Flower #AFF2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 28.93%
G = 40%
B = 31.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#AFF2BC (or 0xAFF2BC) is known color: Fringy Flower. HEX triplet: AF, F2 and BC. RGB value is (175,242,188). Sum of RGB (Red+Green+Blue) = 175+242+188=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2BC is #500D43. Grayscale: #D7D7D7. Windows color (decimal): -5246276 or 12382895. OLE color: 12382895.

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

Color convert

RGB 175 242 188 -
CMYK 0.28 0 0.22 0.05
HSL 131.64º 0.72% 0.82% -
HSV(B) 131.64º 0.28% 0.95% -
XYZ 58.51 76.25 59.21 -
YUV 215.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 175 242 188 0.28 0 0.22 0.05 131.64 0.72 0.82
Hex AF F2 BC 1C 0 16 5 84 48 52
Octal 257 362 274 34 0 26 5 204 110 122
Binary 10101111 11110010 10111100 11100 0 10110 101 10000100 1001000 1010010

Color Harmonies of #AFF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2BC

Black with #AFF2BC

Text Example


Text Example

White with #AFF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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