Html Css Color HEX #6ADEBC Downy

📋 copy color: '#6ADEBC'

red 106 ◦ green 222 ◦ blue 188

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

Shades of Downy #6ADEBC

Tints of Downy #6ADEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 20.54%
G = 43.02%
B = 36.43%

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

#6ADEBC (or 0x6ADEBC) is known color: Downy. HEX triplet: 6A, DE and BC. RGB value is (106,222,188). Sum of RGB (Red+Green+Blue) = 106+222+188=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEBC is #952143. Grayscale: #B7B7B7. Windows color (decimal): -9773380 or 12377706. OLE color: 12377706.

HSL color Cylindrical-coordinate representation of color #6ADEBC: hue angle of 162.41º degrees, saturation: 0.64, 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 #6ADEBC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 188 -
CMYK 0.52 0 0.15 0.13
HSL 162.41º 0.64% 0.64% -
HSV(B) 162.41º 0.52% 0.87% -
XYZ 41.14 58.94 56.78 -
YUV 183.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 106 222 188 0.52 0 0.15 0.13 162.41 0.64 0.64
Hex 6A DE BC 34 0 F D A2 40 40
Octal 152 336 274 64 0 17 15 242 100 100
Binary 1101010 11011110 10111100 110100 0 1111 1101 10100010 1000000 1000000

Color Harmonies of #6ADEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEBC

Black with #6ADEBC

Text Example


Text Example

White with #6ADEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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