Html Css Color HEX #6CDCBD Downy

📋 copy color: '#6CDCBD'

red 108 ◦ green 220 ◦ blue 189

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

Shades of Downy #6CDCBD

Tints of Downy #6CDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 20.89%
G = 42.55%
B = 36.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6CDCBD (or 0x6CDCBD) is known color: Downy. HEX triplet: 6C, DC and BD. RGB value is (108,220,189). Sum of RGB (Red+Green+Blue) = 108+220+189=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCBD is #932342. Grayscale: #B6B6B6. Windows color (decimal): -9642819 or 12442732. OLE color: 12442732.

HSL color Cylindrical-coordinate representation of color #6CDCBD: hue angle of 163.39º 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 #6CDCBD is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 220 189 -
CMYK 0.51 0 0.14 0.14
HSL 163.39º 0.62% 0.64% -
HSV(B) 163.39º 0.51% 0.86% -
XYZ 40.96 58.05 57.19 -
YUV 182.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 108 220 189 0.51 0 0.14 0.14 163.39 0.62 0.64
Hex 6C DC BD 33 0 E E A3 3E 40
Octal 154 334 275 63 0 16 16 243 76 100
Binary 1101100 11011100 10111101 110011 0 1110 1110 10100011 111110 1000000

Color Harmonies of #6CDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCBD

Black with #6CDCBD

Text Example


Text Example

White with #6CDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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