Html Css Color HEX #6ACDB6 Downy

📋 copy color: '#6ACDB6'

red 106 ◦ green 205 ◦ blue 182

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

Shades of Downy #6ACDB6

Tints of Downy #6ACDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 21.5%
G = 41.58%
B = 36.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#6ACDB6 (or 0x6ACDB6) is known color: Downy. HEX triplet: 6A, CD and B6. RGB value is (106,205,182). Sum of RGB (Red+Green+Blue) = 106+205+182=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDB6 is #953249. Grayscale: #ACACAC. Windows color (decimal): -9777738 or 11980138. OLE color: 11980138.

HSL color Cylindrical-coordinate representation of color #6ACDB6: hue angle of 166.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDB6 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 182 -
CMYK 0.48 0 0.11 0.20
HSL 166.06º 0.5% 0.61% -
HSV(B) 166.06º 0.48% 0.8% -
XYZ 36.22 50.1 52.02 -
YUV 172.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 106 205 182 0.48 0 0.11 0.20 166.06 0.5 0.61
Hex 6A CD B6 30 0 B 14 A6 32 3D
Octal 152 315 266 60 0 13 24 246 62 75
Binary 1101010 11001101 10110110 110000 0 1011 10100 10100110 110010 111101

Color Harmonies of #6ACDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDB6

Black with #6ACDB6

Text Example


Text Example

White with #6ACDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,182); }

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

background-color css

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

 a { background-color: rgb(106,205,182); }

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

border-color css

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

 span { border-color: rgb(106,205,182); }

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