Html Css Color HEX #6AE5CE Downy

📋 copy color: '#6AE5CE'

red 106 ◦ green 229 ◦ blue 206

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

Shades of Downy #6AE5CE

Tints of Downy #6AE5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 19.59%
G = 42.33%
B = 38.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#6AE5CE (or 0x6AE5CE) is known color: Downy. HEX triplet: 6A, E5 and CE. RGB value is (106,229,206). Sum of RGB (Red+Green+Blue) = 106+229+206=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE5CE is #951A31. Grayscale: #BDBDBD. Windows color (decimal): -9771570 or 13559146. OLE color: 13559146.

HSL color Cylindrical-coordinate representation of color #6AE5CE: hue angle of 168.78º 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 #6AE5CE is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 229 206 -
CMYK 0.54 0 0.10 0.10
HSL 168.78º 0.7% 0.66% -
HSV(B) 168.78º 0.54% 0.9% -
XYZ 45.1 63.56 68.28 -
YUV 189.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 106 229 206 0.54 0 0.10 0.10 168.78 0.7 0.66
Hex 6A E5 CE 36 0 A A A9 46 42
Octal 152 345 316 66 0 12 12 251 106 102
Binary 1101010 11100101 11001110 110110 0 1010 1010 10101001 1000110 1000010

Color Harmonies of #6AE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE5CE

Black with #6AE5CE

Text Example


Text Example

White with #6AE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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