Html Css Color HEX #6CEDC0 Downy

📋 copy color: '#6CEDC0'

red 108 ◦ green 237 ◦ blue 192

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

Shades of Downy #6CEDC0

Tints of Downy #6CEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 20.11%
G = 44.13%
B = 35.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#6CEDC0 (or 0x6CEDC0) is known color: Downy. HEX triplet: 6C, ED and C0. RGB value is (108,237,192). Sum of RGB (Red+Green+Blue) = 108+237+192=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDC0 is #93123F. Grayscale: #C1C1C1. Windows color (decimal): -9638464 or 12643692. OLE color: 12643692.

HSL color Cylindrical-coordinate representation of color #6CEDC0: hue angle of 159.07º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEDC0 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 237 192 -
CMYK 0.54 0 0.19 0.07
HSL 159.07º 0.78% 0.68% -
HSV(B) 159.07º 0.54% 0.93% -
XYZ 45.98 67.56 60.49 -
YUV 193.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 108 237 192 0.54 0 0.19 0.07 159.07 0.78 0.68
Hex 6C ED C0 36 0 13 7 9F 4E 44
Octal 154 355 300 66 0 23 7 237 116 104
Binary 1101100 11101101 11000000 110110 0 10011 111 10011111 1001110 1000100

Color Harmonies of #6CEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEDC0

Black with #6CEDC0

Text Example


Text Example

White with #6CEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,237,192); }

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

background-color css

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

 a { background-color: rgb(108,237,192); }

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

border-color css

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

 span { border-color: rgb(108,237,192); }

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