Html Css Color HEX #AFF5BB Fringy Flower

📋 copy color: '#AFF5BB'

red 175 ◦ green 245 ◦ blue 187

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

Shades of Fringy Flower #AFF5BB

Tints of Fringy Flower #AFF5BB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.36%

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 28.83%
G = 40.36%
B = 30.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#AFF5BB (or 0xAFF5BB) is known color: Fringy Flower. HEX triplet: AF, F5 and BB. RGB value is (175,245,187). Sum of RGB (Red+Green+Blue) = 175+245+187=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BB is #500A44. Grayscale: #D9D9D9. Windows color (decimal): -5245509 or 12318127. OLE color: 12318127.

HSL color Cylindrical-coordinate representation of color #AFF5BB: hue angle of 130.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BB is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 187 -
CMYK 0.29 0 0.24 0.04
HSL 130.29º 0.78% 0.82% -
HSV(B) 130.29º 0.29% 0.96% -
XYZ 59.3 78.01 58.94 -
YUV 217.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 175 245 187 0.29 0 0.24 0.04 130.29 0.78 0.82
Hex AF F5 BB 1D 0 18 4 82 4E 52
Octal 257 365 273 35 0 30 4 202 116 122
Binary 10101111 11110101 10111011 11101 0 11000 100 10000010 1001110 1010010

Color Harmonies of #AFF5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5BB

Black with #AFF5BB

Text Example


Text Example

White with #AFF5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5BB; }

 p { color: rgb(175,245,187); }

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

background-color css

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

 a { background-color: rgb(175,245,187); }

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

border-color css

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

 span { border-color: rgb(175,245,187); }

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