Html Css Color HEX #AFF0BD Fringy Flower

📋 copy color: '#AFF0BD'

red 175 ◦ green 240 ◦ blue 189

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

Shades of Fringy Flower #AFF0BD

Tints of Fringy Flower #AFF0BD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 28.97%
G = 39.74%
B = 31.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#AFF0BD (or 0xAFF0BD) is known color: Fringy Flower. HEX triplet: AF, F0 and BD. RGB value is (175,240,189). Sum of RGB (Red+Green+Blue) = 175+240+189=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0BD is #500F42. Grayscale: #D6D6D6. Windows color (decimal): -5246787 or 12447919. OLE color: 12447919.

HSL color Cylindrical-coordinate representation of color #AFF0BD: hue angle of 132.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0BD is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 189 -
CMYK 0.27 0 0.21 0.06
HSL 132.92º 0.68% 0.81% -
HSV(B) 132.92º 0.27% 0.94% -
XYZ 58.02 75.11 59.58 -
YUV 214.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 175 240 189 0.27 0 0.21 0.06 132.92 0.68 0.81
Hex AF F0 BD 1B 0 15 6 85 44 51
Octal 257 360 275 33 0 25 6 205 104 121
Binary 10101111 11110000 10111101 11011 0 10101 110 10000101 1000100 1010001

Color Harmonies of #AFF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0BD

Black with #AFF0BD

Text Example


Text Example

White with #AFF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0BD; }

 p { color: rgb(175,240,189); }

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

background-color css

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

 a { background-color: rgb(175,240,189); }

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

border-color css

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

 span { border-color: rgb(175,240,189); }

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