Html Css Color HEX #AFEDB8 Fringy Flower

📋 copy color: '#AFEDB8'

red 175 ◦ green 237 ◦ blue 184

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

Shades of Fringy Flower #AFEDB8

Tints of Fringy Flower #AFEDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

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

R = 29.36%
G = 39.77%
B = 30.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#AFEDB8 (or 0xAFEDB8) is known color: Fringy Flower. HEX triplet: AF, ED and B8. RGB value is (175,237,184). Sum of RGB (Red+Green+Blue) = 175+237+184=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB8 is #501247. Grayscale: #D4D4D4. Windows color (decimal): -5247560 or 12119471. OLE color: 12119471.

HSL color Cylindrical-coordinate representation of color #AFEDB8: hue angle of 128.71º degrees, saturation: 0.63, 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 #AFEDB8 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 184 -
CMYK 0.26 0 0.22 0.07
HSL 128.71º 0.63% 0.81% -
HSV(B) 128.71º 0.26% 0.93% -
XYZ 56.62 73.14 56.48 -
YUV 212.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 175 237 184 0.26 0 0.22 0.07 128.71 0.63 0.81
Hex AF ED B8 1A 0 16 7 81 3F 51
Octal 257 355 270 32 0 26 7 201 77 121
Binary 10101111 11101101 10111000 11010 0 10110 111 10000001 111111 1010001

Color Harmonies of #AFEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDB8

Black with #AFEDB8

Text Example


Text Example

White with #AFEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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