Html Css Color HEX #6AE5BD Downy

📋 copy color: '#6AE5BD'

red 106 ◦ green 229 ◦ blue 189

#6AE5BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6AE5BD

Tints of Downy #6AE5BD

RGB

 RED value IS 106 (41.8% from 255) = 20.23%

 GREEN value IS 229 (89.84% from 255) = 43.7%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 20.23%
G = 43.7%
B = 36.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#6AE5BD (or 0x6AE5BD) is known color: Downy. HEX triplet: 6A, E5 and BD. RGB value is (106,229,189). Sum of RGB (Red+Green+Blue) = 106+229+189=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE5BD is #951A42. Grayscale: #BBBBBB. Windows color (decimal): -9771587 or 12445034. OLE color: 12445034.

HSL color Cylindrical-coordinate representation of color #6AE5BD: hue angle of 160.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE5BD is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 229 189 -
CMYK 0.54 0 0.17 0.10
HSL 160.49º 0.7% 0.66% -
HSV(B) 160.49º 0.54% 0.9% -
XYZ 43.15 62.78 57.99 -
YUV 187.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 106 229 189 0.54 0 0.17 0.10 160.49 0.7 0.66
Hex 6A E5 BD 36 0 11 A A0 46 42
Octal 152 345 275 66 0 21 12 240 106 102
Binary 1101010 11100101 10111101 110110 0 10001 1010 10100000 1000110 1000010

Color Harmonies of #6AE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE5BD

Black with #6AE5BD

Text Example


Text Example

White with #6AE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AE5BD;
 }
 .AnyTagClassName
 {
   color: #6AE5BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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