Html Css Color HEX #AFF7BB Fringy Flower

📋 copy color: '#AFF7BB'

red 175 ◦ green 247 ◦ blue 187

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

Shades of Fringy Flower #AFF7BB

Tints of Fringy Flower #AFF7BB

RGB

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

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

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

R = 28.74%
G = 40.56%
B = 30.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#AFF7BB (or 0xAFF7BB) is known color: Fringy Flower. HEX triplet: AF, F7 and BB. RGB value is (175,247,187). Sum of RGB (Red+Green+Blue) = 175+247+187=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BB is #500844. Grayscale: #DADADA. Windows color (decimal): -5244997 or 12318639. OLE color: 12318639.

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

Color convert

RGB 175 247 187 -
CMYK 0.29 0 0.24 0.03
HSL 130º 0.82% 0.83% -
HSV(B) 130º 0.29% 0.97% -
XYZ 59.91 79.22 59.15 -
YUV 218.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 175 247 187 0.29 0 0.24 0.03 130 0.82 0.83
Hex AF F7 BB 1D 0 18 3 82 52 53
Octal 257 367 273 35 0 30 3 202 122 123
Binary 10101111 11110111 10111011 11101 0 11000 11 10000010 1010010 1010011

Color Harmonies of #AFF7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7BB

Black with #AFF7BB

Text Example


Text Example

White with #AFF7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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