Html Css Color HEX #6ADEBB Downy

📋 copy color: '#6ADEBB'

red 106 ◦ green 222 ◦ blue 187

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

Shades of Downy #6ADEBB

Tints of Downy #6ADEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 20.58%
G = 43.11%
B = 36.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6ADEBB (or 0x6ADEBB) is known color: Downy. HEX triplet: 6A, DE and BB. RGB value is (106,222,187). Sum of RGB (Red+Green+Blue) = 106+222+187=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEBB is #952144. Grayscale: #B7B7B7. Windows color (decimal): -9773381 or 12312170. OLE color: 12312170.

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

Color convert

RGB 106 222 187 -
CMYK 0.52 0 0.16 0.13
HSL 161.9º 0.64% 0.64% -
HSV(B) 161.9º 0.52% 0.87% -
XYZ 41.03 58.89 56.22 -
YUV 183.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 106 222 187 0.52 0 0.16 0.13 161.9 0.64 0.64
Hex 6A DE BB 34 0 10 D A2 40 40
Octal 152 336 273 64 0 20 15 242 100 100
Binary 1101010 11011110 10111011 110100 0 10000 1101 10100010 1000000 1000000

Color Harmonies of #6ADEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEBB

Black with #6ADEBB

Text Example


Text Example

White with #6ADEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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