#6AEBBD

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

Shades of Downy #6AEBBD

Tints of Downy #6AEBBD

Color information

#6AEBBD (or 0x6AEBBD) is unknown color: approx Downy. HEX triplet: 6A, EB and BD. RGB value is (106,235,189). Sum of RGB (Red+Green+Blue) = 106+235+189=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEBBD is #951442. Grayscale: #BFBFBF. Windows color (decimal): -9770051 or 12446570. OLE color: 12446570.

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

Color convert

RGB106235189-
CMYK0.5500.200.08
HSL158.6º76.33%66.86%-
HSV(B)158.6º54.89%92.16%-
XYZ44.8466.1558.55-
YUV191.18126.7667.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=20%
G=44.34%
B=35.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1062351890.5500.200.08158.676.3366.86
Hex6AEBBD3701489f4c43
Octal1523532756702410237114103
Binary1101010111010111011110111011101010010001001111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,235,189); }

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

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

 a { background-color: rgb(106,235,189); }

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

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

 span { border-color: rgb(106,235,189); }

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