Html Css Color HEX #AFF1BA Fringy Flower

📋 copy color: '#AFF1BA'

red 175 ◦ green 241 ◦ blue 186

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

Shades of Fringy Flower #AFF1BA

Tints of Fringy Flower #AFF1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 29.07%
G = 40.03%
B = 30.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#AFF1BA (or 0xAFF1BA) is known color: Fringy Flower. HEX triplet: AF, F1 and BA. RGB value is (175,241,186). Sum of RGB (Red+Green+Blue) = 175+241+186=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1BA is #500E45. Grayscale: #D7D7D7. Windows color (decimal): -5246534 or 12251567. OLE color: 12251567.

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

Color convert

RGB 175 241 186 -
CMYK 0.27 0 0.23 0.05
HSL 130º 0.7% 0.82% -
HSV(B) 130º 0.27% 0.95% -
XYZ 58 75.57 57.98 -
YUV 215 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 175 241 186 0.27 0 0.23 0.05 130 0.7 0.82
Hex AF F1 BA 1B 0 17 5 82 46 52
Octal 257 361 272 33 0 27 5 202 106 122
Binary 10101111 11110001 10111010 11011 0 10111 101 10000010 1000110 1010010

Color Harmonies of #AFF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1BA

Black with #AFF1BA

Text Example


Text Example

White with #AFF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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