Html Css Color HEX #6ADFBA Downy

📋 copy color: '#6ADFBA'

red 106 ◦ green 223 ◦ blue 186

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

Shades of Downy #6ADFBA

Tints of Downy #6ADFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.3%

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

R = 20.58%
G = 43.3%
B = 36.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#6ADFBA (or 0x6ADFBA) is known color: Downy. HEX triplet: 6A, DF and BA. RGB value is (106,223,186). Sum of RGB (Red+Green+Blue) = 106+223+186=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFBA is #952045. Grayscale: #B7B7B7. Windows color (decimal): -9773126 or 12246890. OLE color: 12246890.

HSL color Cylindrical-coordinate representation of color #6ADFBA: hue angle of 161.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFBA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 223 186 -
CMYK 0.52 0 0.17 0.13
HSL 161.03º 0.65% 0.65% -
HSV(B) 161.03º 0.52% 0.87% -
XYZ 41.19 59.38 55.75 -
YUV 183.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 106 223 186 0.52 0 0.17 0.13 161.03 0.65 0.65
Hex 6A DF BA 34 0 11 D A1 41 41
Octal 152 337 272 64 0 21 15 241 101 101
Binary 1101010 11011111 10111010 110100 0 10001 1101 10100001 1000001 1000001

Color Harmonies of #6ADFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADFBA

Black with #6ADFBA

Text Example


Text Example

White with #6ADFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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