Html Css Color HEX #6CD4BD Downy

📋 copy color: '#6CD4BD'

red 108 ◦ green 212 ◦ blue 189

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

Shades of Downy #6CD4BD

Tints of Downy #6CD4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 21.22%
G = 41.65%
B = 37.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#6CD4BD (or 0x6CD4BD) is known color: Downy. HEX triplet: 6C, D4 and BD. RGB value is (108,212,189). Sum of RGB (Red+Green+Blue) = 108+212+189=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD4BD is #932B42. Grayscale: #B2B2B2. Windows color (decimal): -9644867 or 12440684. OLE color: 12440684.

HSL color Cylindrical-coordinate representation of color #6CD4BD: hue angle of 166.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD4BD is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 108 212 189 -
CMYK 0.49 0 0.11 0.17
HSL 166.73º 0.55% 0.63% -
HSV(B) 166.73º 0.49% 0.83% -
XYZ 38.91 53.95 56.51 -
YUV 178.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 108 212 189 0.49 0 0.11 0.17 166.73 0.55 0.63
Hex 6C D4 BD 31 0 B 11 A7 37 3F
Octal 154 324 275 61 0 13 21 247 67 77
Binary 1101100 11010100 10111101 110001 0 1011 10001 10100111 110111 111111

Color Harmonies of #6CD4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD4BD

Black with #6CD4BD

Text Example


Text Example

White with #6CD4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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