Html Css Color HEX #6AD0BA Downy

📋 copy color: '#6AD0BA'

red 106 ◦ green 208 ◦ blue 186

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

Shades of Downy #6AD0BA

Tints of Downy #6AD0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 21.2%
G = 41.6%
B = 37.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#6AD0BA (or 0x6AD0BA) is known color: Downy. HEX triplet: 6A, D0 and BA. RGB value is (106,208,186). Sum of RGB (Red+Green+Blue) = 106+208+186=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD0BA is #952F45. Grayscale: #AEAEAE. Windows color (decimal): -9776966 or 12243050. OLE color: 12243050.

HSL color Cylindrical-coordinate representation of color #6AD0BA: hue angle of 167.06º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD0BA is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 186 -
CMYK 0.49 0 0.11 0.18
HSL 167.06º 0.52% 0.62% -
HSV(B) 167.06º 0.49% 0.82% -
XYZ 37.36 51.72 54.47 -
YUV 174.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 106 208 186 0.49 0 0.11 0.18 167.06 0.52 0.62
Hex 6A D0 BA 31 0 B 12 A7 34 3E
Octal 152 320 272 61 0 13 22 247 64 76
Binary 1101010 11010000 10111010 110001 0 1011 10010 10100111 110100 111110

Color Harmonies of #6AD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0BA

Black with #6AD0BA

Text Example


Text Example

White with #6AD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,186); }

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

background-color css

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

 a { background-color: rgb(106,208,186); }

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

border-color css

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

 span { border-color: rgb(106,208,186); }

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