Html Css Color HEX #6ACDC0 Downy

📋 copy color: '#6ACDC0'

red 106 ◦ green 205 ◦ blue 192

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

Shades of Downy #6ACDC0

Tints of Downy #6ACDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.17%

R = 21.07%
G = 40.76%
B = 38.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6ACDC0 (or 0x6ACDC0) is known color: Downy. HEX triplet: 6A, CD and C0. RGB value is (106,205,192). Sum of RGB (Red+Green+Blue) = 106+205+192=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDC0 is #95323F. Grayscale: #ADADAD. Windows color (decimal): -9777728 or 12635498. OLE color: 12635498.

HSL color Cylindrical-coordinate representation of color #6ACDC0: hue angle of 172.12º 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 #6ACDC0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 192 -
CMYK 0.48 0 0.06 0.20
HSL 172.12º 0.5% 0.61% -
HSV(B) 172.12º 0.48% 0.8% -
XYZ 37.29 50.53 57.66 -
YUV 173.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 106 205 192 0.48 0 0.06 0.20 172.12 0.5 0.61
Hex 6A CD C0 30 0 6 14 AC 32 3D
Octal 152 315 300 60 0 6 24 254 62 75
Binary 1101010 11001101 11000000 110000 0 110 10100 10101100 110010 111101

Color Harmonies of #6ACDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDC0

Black with #6ACDC0

Text Example


Text Example

White with #6ACDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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