Html Css Color HEX #6CDCBA Downy

📋 copy color: '#6CDCBA'

red 108 ◦ green 220 ◦ blue 186

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

Shades of Downy #6CDCBA

Tints of Downy #6CDCBA

RGB

 RED value IS 108 (42.58% from 255) = 21.01%

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 21.01%
G = 42.8%
B = 36.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6CDCBA (or 0x6CDCBA) is known color: Downy. HEX triplet: 6C, DC and BA. RGB value is (108,220,186). Sum of RGB (Red+Green+Blue) = 108+220+186=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCBA is #932345. Grayscale: #B6B6B6. Windows color (decimal): -9642822 or 12246124. OLE color: 12246124.

HSL color Cylindrical-coordinate representation of color #6CDCBA: hue angle of 161.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCBA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 186 -
CMYK 0.51 0 0.15 0.14
HSL 161.79º 0.62% 0.64% -
HSV(B) 161.79º 0.51% 0.86% -
XYZ 40.64 57.92 55.49 -
YUV 182.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 108 220 186 0.51 0 0.15 0.14 161.79 0.62 0.64
Hex 6C DC BA 33 0 F E A2 3E 40
Octal 154 334 272 63 0 17 16 242 76 100
Binary 1101100 11011100 10111010 110011 0 1111 1110 10100010 111110 1000000

Color Harmonies of #6CDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCBA

Black with #6CDCBA

Text Example


Text Example

White with #6CDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,220,186); }

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

background-color css

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

 a { background-color: rgb(108,220,186); }

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

border-color css

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

 span { border-color: rgb(108,220,186); }

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