Html Css Color HEX #AFECB6 Fringy Flower

📋 copy color: '#AFECB6'

red 175 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #AFECB6

Tints of Fringy Flower #AFECB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 29.51%
G = 39.8%
B = 30.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AFECB6 (or 0xAFECB6) is known color: Fringy Flower. HEX triplet: AF, EC and B6. RGB value is (175,236,182). Sum of RGB (Red+Green+Blue) = 175+236+182=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECB6 is #501349. Grayscale: #D3D3D3. Windows color (decimal): -5247818 or 11988143. OLE color: 11988143.

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

Color convert

RGB 175 236 182 -
CMYK 0.26 0 0.23 0.07
HSL 126.89º 0.62% 0.81% -
HSV(B) 126.89º 0.26% 0.93% -
XYZ 56.12 72.48 55.29 -
YUV 211.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 175 236 182 0.26 0 0.23 0.07 126.89 0.62 0.81
Hex AF EC B6 1A 0 17 7 7F 3E 51
Octal 257 354 266 32 0 27 7 177 76 121
Binary 10101111 11101100 10110110 11010 0 10111 111 1111111 111110 1010001

Color Harmonies of #AFECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECB6

Black with #AFECB6

Text Example


Text Example

White with #AFECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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