Html Css Color HEX #6AEEC0 Downy

📋 copy color: '#6AEEC0'

red 106 ◦ green 238 ◦ blue 192

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

Shades of Downy #6AEEC0

Tints of Downy #6AEEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 19.78%
G = 44.4%
B = 35.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6AEEC0 (or 0x6AEEC0) is known color: Downy. HEX triplet: 6A, EE and C0. RGB value is (106,238,192). Sum of RGB (Red+Green+Blue) = 106+238+192=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEC0 is #95113F. Grayscale: #C1C1C1. Windows color (decimal): -9769280 or 12643946. OLE color: 12643946.

HSL color Cylindrical-coordinate representation of color #6AEEC0: hue angle of 159.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEC0 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 238 192 -
CMYK 0.55 0 0.19 0.07
HSL 159.09º 0.8% 0.67% -
HSV(B) 159.09º 0.55% 0.93% -
XYZ 46.03 68.02 60.57 -
YUV 193.29 127.27 65.74 -
System Red Green Blue C M Y K H S L
Decimal 106 238 192 0.55 0 0.19 0.07 159.09 0.8 0.67
Hex 6A EE C0 37 0 13 7 9F 50 43
Octal 152 356 300 67 0 23 7 237 120 103
Binary 1101010 11101110 11000000 110111 0 10011 111 10011111 1010000 1000011

Color Harmonies of #6AEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEEC0

Black with #6AEEC0

Text Example


Text Example

White with #6AEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,238,192); }

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

background-color css

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

 a { background-color: rgb(106,238,192); }

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

border-color css

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

 span { border-color: rgb(106,238,192); }

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