Html Css Color HEX #AFF9BB Fringy Flower

📋 copy color: '#AFF9BB'

red 175 ◦ green 249 ◦ blue 187

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

Shades of Fringy Flower #AFF9BB

Tints of Fringy Flower #AFF9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

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

R = 28.64%
G = 40.75%
B = 30.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AFF9BB (or 0xAFF9BB) is known color: Fringy Flower. HEX triplet: AF, F9 and BB. RGB value is (175,249,187). Sum of RGB (Red+Green+Blue) = 175+249+187=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9BB is #500644. Grayscale: #DBDBDB. Windows color (decimal): -5244485 or 12319151. OLE color: 12319151.

HSL color Cylindrical-coordinate representation of color #AFF9BB: hue angle of 129.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9BB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 187 -
CMYK 0.30 0 0.25 0.02
HSL 129.73º 0.86% 0.83% -
HSV(B) 129.73º 0.3% 0.98% -
XYZ 60.52 80.45 59.35 -
YUV 219.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 175 249 187 0.30 0 0.25 0.02 129.73 0.86 0.83
Hex AF F9 BB 1E 0 19 2 82 56 53
Octal 257 371 273 36 0 31 2 202 126 123
Binary 10101111 11111001 10111011 11110 0 11001 10 10000010 1010110 1010011

Color Harmonies of #AFF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9BB

Black with #AFF9BB

Text Example


Text Example

White with #AFF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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