#ADEBBB

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

Shades of Fringy Flower #ADEBBB

Tints of Fringy Flower #ADEBBB

Color information

#ADEBBB (or 0xADEBBB) is unknown color: approx Fringy Flower. HEX triplet: AD, EB and BB. RGB value is (173,235,187). Sum of RGB (Red+Green+Blue) = 173+235+187=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBB is #521444. Grayscale: #D3D3D3. Windows color (decimal): -5379141 or 12315565. OLE color: 12315565.

HSL color Cylindrical-coordinate representation of color #ADEBBB: hue angle of 133.55º degrees, saturation: 0.61, 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 #ADEBBB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB173235187-
CMYK0.2600.200.08
HSL133.55º60.78%80%-
HSV(B)133.55º26.38%92.16%-
XYZ55.9171.8957.94-
YUV210.99114.46100.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=29.08%
G=39.50%
B=31.43%

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
Decimal1732351870.2600.200.08133.5560.7880
HexADEBBB1A0148863d50
Octal255353273320241020675120
Binary101011011110101110111011110100101001000100001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBBB; }

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

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

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

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

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

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

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

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