Html Css Color HEX #AFECBB Fringy Flower

📋 copy color: '#AFECBB'

red 175 ◦ green 236 ◦ blue 187

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

Shades of Fringy Flower #AFECBB

Tints of Fringy Flower #AFECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 29.26%
G = 39.46%
B = 31.27%

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

#AFECBB (or 0xAFECBB) is known color: Fringy Flower. HEX triplet: AF, EC and BB. RGB value is (175,236,187). Sum of RGB (Red+Green+Blue) = 175+236+187=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECBB is #501344. Grayscale: #D4D4D4. Windows color (decimal): -5247813 or 12315823. OLE color: 12315823.

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

Color convert

RGB 175 236 187 -
CMYK 0.26 0 0.21 0.07
HSL 131.8º 0.62% 0.81% -
HSV(B) 131.8º 0.26% 0.93% -
XYZ 56.64 72.69 58.06 -
YUV 212.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 175 236 187 0.26 0 0.21 0.07 131.8 0.62 0.81
Hex AF EC BB 1A 0 15 7 84 3E 51
Octal 257 354 273 32 0 25 7 204 76 121
Binary 10101111 11101100 10111011 11010 0 10101 111 10000100 111110 1010001

Color Harmonies of #AFECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECBB

Black with #AFECBB

Text Example


Text Example

White with #AFECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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