Html Css Color HEX #AFE3C3 Fringy Flower

📋 copy color: '#AFE3C3'

red 175 ◦ green 227 ◦ blue 195

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

Shades of Fringy Flower #AFE3C3

Tints of Fringy Flower #AFE3C3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.02%

 BLUE value IS 195 (76.56% from 255) = 32.66%

R = 29.31%
G = 38.02%
B = 32.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#AFE3C3 (or 0xAFE3C3) is known color: Fringy Flower. HEX triplet: AF, E3 and C3. RGB value is (175,227,195). Sum of RGB (Red+Green+Blue) = 175+227+195=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3C3 is #501C3C. Grayscale: #CFCFCF. Windows color (decimal): -5250109 or 12837807. OLE color: 12837807.

HSL color Cylindrical-coordinate representation of color #AFE3C3: hue angle of 143.08º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3C3 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 195 -
CMYK 0.23 0 0.14 0.11
HSL 143.08º 0.48% 0.79% -
HSV(B) 143.08º 0.23% 0.89% -
XYZ 55 67.99 61.85 -
YUV 207.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 175 227 195 0.23 0 0.14 0.11 143.08 0.48 0.79
Hex AF E3 C3 17 0 E B 8F 30 4F
Octal 257 343 303 27 0 16 13 217 60 117
Binary 10101111 11100011 11000011 10111 0 1110 1011 10001111 110000 1001111

Color Harmonies of #AFE3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3C3

Black with #AFE3C3

Text Example


Text Example

White with #AFE3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3C3; }

 p { color: rgb(175,227,195); }

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

background-color css

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

 a { background-color: rgb(175,227,195); }

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

border-color css

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

 span { border-color: rgb(175,227,195); }

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