Html Css Color HEX #AFEDBC Fringy Flower

📋 copy color: '#AFEDBC'

red 175 ◦ green 237 ◦ blue 188

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

Shades of Fringy Flower #AFEDBC

Tints of Fringy Flower #AFEDBC

RGB

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

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

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

R = 29.17%
G = 39.5%
B = 31.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#AFEDBC (or 0xAFEDBC) is known color: Fringy Flower. HEX triplet: AF, ED and BC. RGB value is (175,237,188). Sum of RGB (Red+Green+Blue) = 175+237+188=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDBC is #501243. Grayscale: #D5D5D5. Windows color (decimal): -5247556 or 12381615. OLE color: 12381615.

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

Color convert

RGB 175 237 188 -
CMYK 0.26 0 0.21 0.07
HSL 132.58º 0.63% 0.81% -
HSV(B) 132.58º 0.26% 0.93% -
XYZ 57.04 73.31 58.72 -
YUV 212.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 175 237 188 0.26 0 0.21 0.07 132.58 0.63 0.81
Hex AF ED BC 1A 0 15 7 85 3F 51
Octal 257 355 274 32 0 25 7 205 77 121
Binary 10101111 11101101 10111100 11010 0 10101 111 10000101 111111 1010001

Color Harmonies of #AFEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDBC

Black with #AFEDBC

Text Example


Text Example

White with #AFEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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