Html Css Color HEX #6ADABA Downy

📋 copy color: '#6ADABA'

red 106 ◦ green 218 ◦ blue 186

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

Shades of Downy #6ADABA

Tints of Downy #6ADABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

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

R = 20.78%
G = 42.75%
B = 36.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#6ADABA (or 0x6ADABA) is known color: Downy. HEX triplet: 6A, DA and BA. RGB value is (106,218,186). Sum of RGB (Red+Green+Blue) = 106+218+186=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADABA is #952545. Grayscale: #B4B4B4. Windows color (decimal): -9774406 or 12245610. OLE color: 12245610.

HSL color Cylindrical-coordinate representation of color #6ADABA: hue angle of 162.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADABA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 186 -
CMYK 0.51 0 0.15 0.15
HSL 162.86º 0.6% 0.64% -
HSV(B) 162.86º 0.51% 0.85% -
XYZ 39.88 56.75 55.31 -
YUV 180.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 106 218 186 0.51 0 0.15 0.15 162.86 0.6 0.64
Hex 6A DA BA 33 0 F F A3 3C 40
Octal 152 332 272 63 0 17 17 243 74 100
Binary 1101010 11011010 10111010 110011 0 1111 1111 10100011 111100 1000000

Color Harmonies of #6ADABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADABA

Black with #6ADABA

Text Example


Text Example

White with #6ADABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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