Html Css Color HEX #AFEEB8 Fringy Flower

📋 copy color: '#AFEEB8'

red 175 ◦ green 238 ◦ blue 184

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

Shades of Fringy Flower #AFEEB8

Tints of Fringy Flower #AFEEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

 BLUE value IS 184 (72.27% from 255) = 30.82%

R = 29.31%
G = 39.87%
B = 30.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AFEEB8 (or 0xAFEEB8) is known color: Fringy Flower. HEX triplet: AF, EE and B8. RGB value is (175,238,184). Sum of RGB (Red+Green+Blue) = 175+238+184=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEB8 is #501147. Grayscale: #D5D5D5. Windows color (decimal): -5247304 or 12119727. OLE color: 12119727.

HSL color Cylindrical-coordinate representation of color #AFEEB8: hue angle of 128.57º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEB8 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 184 -
CMYK 0.26 0 0.23 0.07
HSL 128.57º 0.65% 0.81% -
HSV(B) 128.57º 0.26% 0.93% -
XYZ 56.91 73.72 56.58 -
YUV 213.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 175 238 184 0.26 0 0.23 0.07 128.57 0.65 0.81
Hex AF EE B8 1A 0 17 7 81 41 51
Octal 257 356 270 32 0 27 7 201 101 121
Binary 10101111 11101110 10111000 11010 0 10111 111 10000001 1000001 1010001

Color Harmonies of #AFEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEB8

Black with #AFEEB8

Text Example


Text Example

White with #AFEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEB8; }

 p { color: rgb(175,238,184); }

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

background-color css

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

 a { background-color: rgb(175,238,184); }

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

border-color css

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

 span { border-color: rgb(175,238,184); }

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