Html Css Color HEX #AFFDC0 Fringy Flower

📋 copy color: '#AFFDC0'

red 175 ◦ green 253 ◦ blue 192

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

Shades of Fringy Flower #AFFDC0

Tints of Fringy Flower #AFFDC0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.81%

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

R = 28.23%
G = 40.81%
B = 30.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#AFFDC0 (or 0xAFFDC0) is known color: Fringy Flower. HEX triplet: AF, FD and C0. RGB value is (175,253,192). Sum of RGB (Red+Green+Blue) = 175+253+192=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC0 is #50023F. Grayscale: #DEDEDE. Windows color (decimal): -5243456 or 12647855. OLE color: 12647855.

HSL color Cylindrical-coordinate representation of color #AFFDC0: hue angle of 133.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDC0 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 192 -
CMYK 0.31 0 0.24 0.01
HSL 133.08º 0.95% 0.84% -
HSV(B) 133.08º 0.31% 0.99% -
XYZ 62.32 83.17 62.64 -
YUV 222.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 175 253 192 0.31 0 0.24 0.01 133.08 0.95 0.84
Hex AF FD C0 1F 0 18 1 85 5F 54
Octal 257 375 300 37 0 30 1 205 137 124
Binary 10101111 11111101 11000000 11111 0 11000 1 10000101 1011111 1010100

Color Harmonies of #AFFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDC0

Black with #AFFDC0

Text Example


Text Example

White with #AFFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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