#68EABB

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

Shades of Downy #68EABB

Tints of Downy #68EABB

Color information

#68EABB (or 0x68EABB) is unknown color: approx Downy. HEX triplet: 68, EA and BB. RGB value is (104,234,187). Sum of RGB (Red+Green+Blue) = 104+234+187=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #68EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EABB is #971544. Grayscale: #BDBDBD. Windows color (decimal): -9901381 or 12315240. OLE color: 12315240.

HSL color Cylindrical-coordinate representation of color #68EABB: hue angle of 158.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EABB is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB104234187-
CMYK0.5600.200.08
HSL158.31º75.58%66.27%-
HSV(B)158.31º55.56%91.76%-
XYZ44.165.3857.31-
YUV189.77126.4366.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=19.81%
G=44.57%
B=35.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042341870.5600.200.08158.3175.5866.27
Hex68EABB3801489e4c42
Octal1503522737002410236114102
Binary1101000111010101011101111100001010010001001111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68EABB; }

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

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

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

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

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

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

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

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