Html Css Color HEX #6ACDBC Downy

📋 copy color: '#6ACDBC'

red 106 ◦ green 205 ◦ blue 188

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

Shades of Downy #6ACDBC

Tints of Downy #6ACDBC

RGB

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

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

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

R = 21.24%
G = 41.08%
B = 37.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6ACDBC (or 0x6ACDBC) is known color: Downy. HEX triplet: 6A, CD and BC. RGB value is (106,205,188). Sum of RGB (Red+Green+Blue) = 106+205+188=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDBC is #953243. Grayscale: #ADADAD. Windows color (decimal): -9777732 or 12373354. OLE color: 12373354.

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

Color convert

RGB 106 205 188 -
CMYK 0.48 0 0.08 0.20
HSL 169.7º 0.5% 0.61% -
HSV(B) 169.7º 0.48% 0.8% -
XYZ 36.85 50.36 55.35 -
YUV 173.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 106 205 188 0.48 0 0.08 0.20 169.7 0.5 0.61
Hex 6A CD BC 30 0 8 14 AA 32 3D
Octal 152 315 274 60 0 10 24 252 62 75
Binary 1101010 11001101 10111100 110000 0 1000 10100 10101010 110010 111101

Color Harmonies of #6ACDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDBC

Black with #6ACDBC

Text Example


Text Example

White with #6ACDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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