Html Css Color HEX #6CD7BA Downy

📋 copy color: '#6CD7BA'

red 108 ◦ green 215 ◦ blue 186

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

Shades of Downy #6CD7BA

Tints of Downy #6CD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 21.22%
G = 42.24%
B = 36.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#6CD7BA (or 0x6CD7BA) is known color: Downy. HEX triplet: 6C, D7 and BA. RGB value is (108,215,186). Sum of RGB (Red+Green+Blue) = 108+215+186=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD7BA is #932845. Grayscale: #B3B3B3. Windows color (decimal): -9644102 or 12244844. OLE color: 12244844.

HSL color Cylindrical-coordinate representation of color #6CD7BA: hue angle of 163.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD7BA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 215 186 -
CMYK 0.50 0 0.13 0.16
HSL 163.74º 0.57% 0.63% -
HSV(B) 163.74º 0.5% 0.84% -
XYZ 39.35 55.33 55.06 -
YUV 179.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 108 215 186 0.50 0 0.13 0.16 163.74 0.57 0.63
Hex 6C D7 BA 32 0 D 10 A4 39 3F
Octal 154 327 272 62 0 15 20 244 71 77
Binary 1101100 11010111 10111010 110010 0 1101 10000 10100100 111001 111111

Color Harmonies of #6CD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD7BA

Black with #6CD7BA

Text Example


Text Example

White with #6CD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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