Html Css Color HEX #AFFBC0 Fringy Flower

📋 copy color: '#AFFBC0'

red 175 ◦ green 251 ◦ blue 192

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

Shades of Fringy Flower #AFFBC0

Tints of Fringy Flower #AFFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.61%

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 28.32%
G = 40.61%
B = 31.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#AFFBC0 (or 0xAFFBC0) is known color: Fringy Flower. HEX triplet: AF, FB and C0. RGB value is (175,251,192). Sum of RGB (Red+Green+Blue) = 175+251+192=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBC0 is #50043F. Grayscale: #DDDDDD. Windows color (decimal): -5243968 or 12647343. OLE color: 12647343.

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

Color convert

RGB 175 251 192 -
CMYK 0.30 0 0.24 0.02
HSL 133.42º 0.9% 0.84% -
HSV(B) 133.42º 0.3% 0.98% -
XYZ 61.69 81.91 62.43 -
YUV 221.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 175 251 192 0.30 0 0.24 0.02 133.42 0.9 0.84
Hex AF FB C0 1E 0 18 2 85 5A 54
Octal 257 373 300 36 0 30 2 205 132 124
Binary 10101111 11111011 11000000 11110 0 11000 10 10000101 1011010 1010100

Color Harmonies of #AFFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBC0

Black with #AFFBC0

Text Example


Text Example

White with #AFFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBC0; }

 p { color: rgb(175,251,192); }

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

background-color css

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

 a { background-color: rgb(175,251,192); }

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

border-color css

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

 span { border-color: rgb(175,251,192); }

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