Html Css Color HEX #AFE6BB Fringy Flower

📋 copy color: '#AFE6BB'

red 175 ◦ green 230 ◦ blue 187

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

Shades of Fringy Flower #AFE6BB

Tints of Fringy Flower #AFE6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.85%

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

R = 29.56%
G = 38.85%
B = 31.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#AFE6BB (or 0xAFE6BB) is known color: Fringy Flower. HEX triplet: AF, E6 and BB. RGB value is (175,230,187). Sum of RGB (Red+Green+Blue) = 175+230+187=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6BB is #501944. Grayscale: #D0D0D0. Windows color (decimal): -5249349 or 12314287. OLE color: 12314287.

HSL color Cylindrical-coordinate representation of color #AFE6BB: hue angle of 133.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6BB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 187 -
CMYK 0.24 0 0.19 0.10
HSL 133.09º 0.52% 0.79% -
HSV(B) 133.09º 0.24% 0.9% -
XYZ 54.95 69.3 57.49 -
YUV 208.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 175 230 187 0.24 0 0.19 0.10 133.09 0.52 0.79
Hex AF E6 BB 18 0 13 A 85 34 4F
Octal 257 346 273 30 0 23 12 205 64 117
Binary 10101111 11100110 10111011 11000 0 10011 1010 10000101 110100 1001111

Color Harmonies of #AFE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6BB

Black with #AFE6BB

Text Example


Text Example

White with #AFE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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