#6beabb

Color #6BEABB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6BEABB

Tints of Downy #6BEABB

Color information

#6BEABB (or 0x6BEABB) is unknown color: approx Downy. HEX triplet: 6B, EA and BB. RGB value is (107,234,187). Sum of RGB (Red+Green+Blue) = 107+234+187=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEABB is #941544. Grayscale: #BEBEBE. Windows color (decimal): -9704773 or 12315243. OLE color: 12315243.

HSL color Cylindrical-coordinate representation of color #6BEABB: hue angle of 157.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEABB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB107234187-
CMYK0.5400.200.08
HSL157.8º75.15%66.86%-
HSV(B)157.8º54.27%91.76%-
XYZ44.4665.5657.32-
YUV190.67125.9268.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.27%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=20.27%
G=44.32%
B=35.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072341870.5400.200.08157.875.1566.86
Hex6BEABB3601489e4b43
Octal1533522736602410236113103
Binary1101011111010101011101111011001010010001001111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6beabb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6beabb; }

 p { color: rgb(107,234,187); }

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

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

 a { background-color: rgb(107,234,187); }

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

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

 span { border-color: rgb(107,234,187); }

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