Html Css Color HEX #AFEBC0 Fringy Flower

📋 copy color: '#AFEBC0'

red 175 ◦ green 235 ◦ blue 192

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

Shades of Fringy Flower #AFEBC0

Tints of Fringy Flower #AFEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.04%

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

R = 29.07%
G = 39.04%
B = 31.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#AFEBC0 (or 0xAFEBC0) is known color: Fringy Flower. HEX triplet: AF, EB and C0. RGB value is (175,235,192). Sum of RGB (Red+Green+Blue) = 175+235+192=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC0 is #50143F. Grayscale: #D4D4D4. Windows color (decimal): -5248064 or 12643247. OLE color: 12643247.

HSL color Cylindrical-coordinate representation of color #AFEBC0: hue angle of 137º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 192 -
CMYK 0.26 0 0.18 0.08
HSL 137º 0.6% 0.8% -
HSV(B) 137º 0.26% 0.92% -
XYZ 56.9 72.34 60.83 -
YUV 212.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 175 235 192 0.26 0 0.18 0.08 137 0.6 0.8
Hex AF EB C0 1A 0 12 8 89 3C 50
Octal 257 353 300 32 0 22 10 211 74 120
Binary 10101111 11101011 11000000 11010 0 10010 1000 10001001 111100 1010000

Color Harmonies of #AFEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBC0

Black with #AFEBC0

Text Example


Text Example

White with #AFEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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