Html Css Color HEX #AFE6BC Fringy Flower

📋 copy color: '#AFE6BC'

red 175 ◦ green 230 ◦ blue 188

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

Shades of Fringy Flower #AFE6BC

Tints of Fringy Flower #AFE6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.79%

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

R = 29.51%
G = 38.79%
B = 31.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#AFE6BC (or 0xAFE6BC) is known color: Fringy Flower. HEX triplet: AF, E6 and BC. RGB value is (175,230,188). Sum of RGB (Red+Green+Blue) = 175+230+188=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6BC is #501943. Grayscale: #D0D0D0. Windows color (decimal): -5249348 or 12379823. OLE color: 12379823.

HSL color Cylindrical-coordinate representation of color #AFE6BC: hue angle of 134.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6BC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 188 -
CMYK 0.24 0 0.18 0.10
HSL 134.18º 0.52% 0.79% -
HSV(B) 134.18º 0.24% 0.9% -
XYZ 55.05 69.34 58.06 -
YUV 208.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 175 230 188 0.24 0 0.18 0.10 134.18 0.52 0.79
Hex AF E6 BC 18 0 12 A 86 34 4F
Octal 257 346 274 30 0 22 12 206 64 117
Binary 10101111 11100110 10111100 11000 0 10010 1010 10000110 110100 1001111

Color Harmonies of #AFE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6BC

Black with #AFE6BC

Text Example


Text Example

White with #AFE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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