Html Css Color HEX #AFF7BA Fringy Flower

📋 copy color: '#AFF7BA'

red 175 ◦ green 247 ◦ blue 186

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

Shades of Fringy Flower #AFF7BA

Tints of Fringy Flower #AFF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.63%

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

R = 28.78%
G = 40.63%
B = 30.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#AFF7BA (or 0xAFF7BA) is known color: Fringy Flower. HEX triplet: AF, F7 and BA. RGB value is (175,247,186). Sum of RGB (Red+Green+Blue) = 175+247+186=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BA is #500845. Grayscale: #DADADA. Windows color (decimal): -5244998 or 12253103. OLE color: 12253103.

HSL color Cylindrical-coordinate representation of color #AFF7BA: hue angle of 129.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 186 -
CMYK 0.29 0 0.25 0.03
HSL 129.17º 0.82% 0.83% -
HSV(B) 129.17º 0.29% 0.97% -
XYZ 59.8 79.18 58.59 -
YUV 218.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 175 247 186 0.29 0 0.25 0.03 129.17 0.82 0.83
Hex AF F7 BA 1D 0 19 3 81 52 53
Octal 257 367 272 35 0 31 3 201 122 123
Binary 10101111 11110111 10111010 11101 0 11001 11 10000001 1010010 1010011

Color Harmonies of #AFF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7BA

Black with #AFF7BA

Text Example


Text Example

White with #AFF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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