Html Css Color HEX #AFEDBA Fringy Flower

📋 copy color: '#AFEDBA'

red 175 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #AFEDBA

Tints of Fringy Flower #AFEDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.1%

R = 29.26%
G = 39.63%
B = 31.1%

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

#AFEDBA (or 0xAFEDBA) is known color: Fringy Flower. HEX triplet: AF, ED and BA. RGB value is (175,237,186). Sum of RGB (Red+Green+Blue) = 175+237+186=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDBA is #501245. Grayscale: #D4D4D4. Windows color (decimal): -5247558 or 12250543. OLE color: 12250543.

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

Color convert

RGB 175 237 186 -
CMYK 0.26 0 0.22 0.07
HSL 130.65º 0.63% 0.81% -
HSV(B) 130.65º 0.26% 0.93% -
XYZ 56.83 73.23 57.59 -
YUV 212.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 175 237 186 0.26 0 0.22 0.07 130.65 0.63 0.81
Hex AF ED BA 1A 0 16 7 83 3F 51
Octal 257 355 272 32 0 26 7 203 77 121
Binary 10101111 11101101 10111010 11010 0 10110 111 10000011 111111 1010001

Color Harmonies of #AFEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDBA

Black with #AFEDBA

Text Example


Text Example

White with #AFEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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