Html Css Color HEX #AFEEBD Fringy Flower

📋 copy color: '#AFEEBD'

red 175 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #AFEEBD

Tints of Fringy Flower #AFEEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 29.07%
G = 39.53%
B = 31.4%

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

#AFEEBD (or 0xAFEEBD) is known color: Fringy Flower. HEX triplet: AF, EE and BD. RGB value is (175,238,189). Sum of RGB (Red+Green+Blue) = 175+238+189=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEBD is #501142. Grayscale: #D5D5D5. Windows color (decimal): -5247299 or 12447407. OLE color: 12447407.

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

Color convert

RGB 175 238 189 -
CMYK 0.26 0 0.21 0.07
HSL 133.33º 0.65% 0.81% -
HSV(B) 133.33º 0.26% 0.93% -
XYZ 57.44 73.94 59.39 -
YUV 213.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 175 238 189 0.26 0 0.21 0.07 133.33 0.65 0.81
Hex AF EE BD 1A 0 15 7 85 41 51
Octal 257 356 275 32 0 25 7 205 101 121
Binary 10101111 11101110 10111101 11010 0 10101 111 10000101 1000001 1010001

Color Harmonies of #AFEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEBD

Black with #AFEEBD

Text Example


Text Example

White with #AFEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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