#AFEBBB

Color #AFEBBB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AFEBBB

Tints of Fringy Flower #AFEBBB

Color information

#AFEBBB (or 0xAFEBBB) is unknown color: approx Fringy Flower. HEX triplet: AF, EB and BB. RGB value is (175,235,187). Sum of RGB (Red+Green+Blue) = 175+235+187=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBBB is #501444. Grayscale: #D3D3D3. Windows color (decimal): -5248069 or 12315567. OLE color: 12315567.

HSL color Cylindrical-coordinate representation of color #AFEBBB: hue angle of 132º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBBB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB175235187-
CMYK0.2600.200.08
HSL132º60%80.39%-
HSV(B)132º25.53%92.16%-
XYZ56.3672.1257.96-
YUV211.59114.12101.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=29.31%
G=39.36%
B=31.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351870.2600.200.081326080.39
HexAFEBBB1A0148843c50
Octal257353273320241020474120
Binary101011111110101110111011110100101001000100001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBBB; }

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

 H1.HeaderClassName
 {
   color: #AFEBBB;
 }
 .AnyTagClassName
 {
   color: #AFEBBB;
 }
</style>
background-color css

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

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

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

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

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

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