Html Css Color HEX #AFECBE Fringy Flower

📋 copy color: '#AFECBE'

red 175 ◦ green 236 ◦ blue 190

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

Shades of Fringy Flower #AFECBE

Tints of Fringy Flower #AFECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.27%

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 29.12%
G = 39.27%
B = 31.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#AFECBE (or 0xAFECBE) is known color: Fringy Flower. HEX triplet: AF, EC and BE. RGB value is (175,236,190). Sum of RGB (Red+Green+Blue) = 175+236+190=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECBE is #501341. Grayscale: #D4D4D4. Windows color (decimal): -5247810 or 12512431. OLE color: 12512431.

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

Color convert

RGB 175 236 190 -
CMYK 0.26 0 0.19 0.07
HSL 134.75º 0.62% 0.81% -
HSV(B) 134.75º 0.26% 0.93% -
XYZ 56.97 72.82 59.77 -
YUV 212.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 175 236 190 0.26 0 0.19 0.07 134.75 0.62 0.81
Hex AF EC BE 1A 0 13 7 87 3E 51
Octal 257 354 276 32 0 23 7 207 76 121
Binary 10101111 11101100 10111110 11010 0 10011 111 10000111 111110 1010001

Color Harmonies of #AFECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECBE

Black with #AFECBE

Text Example


Text Example

White with #AFECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECBE; }

 p { color: rgb(175,236,190); }

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

background-color css

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

 a { background-color: rgb(175,236,190); }

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

border-color css

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

 span { border-color: rgb(175,236,190); }

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