Html Css Color HEX #AFFABC Fringy Flower

📋 copy color: '#AFFABC'

red 175 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #AFFABC

Tints of Fringy Flower #AFFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

 BLUE value IS 188 (73.83% from 255) = 30.67%

R = 28.55%
G = 40.78%
B = 30.67%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AFFABC (or 0xAFFABC) is known color: Fringy Flower. HEX triplet: AF, FA and BC. RGB value is (175,250,188). Sum of RGB (Red+Green+Blue) = 175+250+188=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABC is #500543. Grayscale: #DCDCDC. Windows color (decimal): -5244228 or 12384943. OLE color: 12384943.

HSL color Cylindrical-coordinate representation of color #AFFABC: hue angle of 130.4º degrees, saturation: 0.88, 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 #AFFABC is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 188 -
CMYK 0.3 0 0.25 0.02
HSL 130.4º 0.88% 0.83% -
HSV(B) 130.4º 0.3% 0.98% -
XYZ 60.94 81.12 60.02 -
YUV 220.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 175 250 188 0.3 0 0.25 0.02 130.4 0.88 0.83
Hex AF FA BC 1E 0 19 2 82 58 53
Octal 257 372 274 36 0 31 2 202 130 123
Binary 10101111 11111010 10111100 11110 0 11001 10 10000010 1011000 1010011

Color Harmonies of #AFFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFABC

Black with #AFFABC

Text Example


Text Example

White with #AFFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFABC; }

 p { color: rgb(175,250,188); }

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

background-color css

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

 a { background-color: rgb(175,250,188); }

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

border-color css

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

 span { border-color: rgb(175,250,188); }

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