Html Css Color HEX #6ADDBC Downy

📋 copy color: '#6ADDBC'

red 106 ◦ green 221 ◦ blue 188

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

Shades of Downy #6ADDBC

Tints of Downy #6ADDBC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.91%

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 20.58%
G = 42.91%
B = 36.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#6ADDBC (or 0x6ADDBC) is known color: Downy. HEX triplet: 6A, DD and BC. RGB value is (106,221,188). Sum of RGB (Red+Green+Blue) = 106+221+188=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBC is #952243. Grayscale: #B6B6B6. Windows color (decimal): -9773636 or 12377450. OLE color: 12377450.

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

Color convert

RGB 106 221 188 -
CMYK 0.52 0 0.15 0.13
HSL 162.78º 0.63% 0.64% -
HSV(B) 162.78º 0.52% 0.87% -
XYZ 40.88 58.41 56.7 -
YUV 182.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 106 221 188 0.52 0 0.15 0.13 162.78 0.63 0.64
Hex 6A DD BC 34 0 F D A3 3F 40
Octal 152 335 274 64 0 17 15 243 77 100
Binary 1101010 11011101 10111100 110100 0 1111 1101 10100011 111111 1000000

Color Harmonies of #6ADDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDBC

Black with #6ADDBC

Text Example


Text Example

White with #6ADDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,188); }

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

background-color css

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

 a { background-color: rgb(106,221,188); }

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

border-color css

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

 span { border-color: rgb(106,221,188); }

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