Html Css Color HEX #6DEBBC Downy

📋 copy color: '#6DEBBC'

red 109 ◦ green 235 ◦ blue 188

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

Shades of Downy #6DEBBC

Tints of Downy #6DEBBC

RGB

 RED value IS 109 (42.97% from 255) = 20.49%

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 20.49%
G = 44.17%
B = 35.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#6DEBBC (or 0x6DEBBC) is known color: Downy. HEX triplet: 6D, EB and BC. RGB value is (109,235,188). Sum of RGB (Red+Green+Blue) = 109+235+188=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBBC is #921443. Grayscale: #C0C0C0. Windows color (decimal): -9573444 or 12381037. OLE color: 12381037.

HSL color Cylindrical-coordinate representation of color #6DEBBC: hue angle of 157.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBBC is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 235 188 -
CMYK 0.54 0 0.2 0.08
HSL 157.62º 0.76% 0.67% -
HSV(B) 157.62º 0.54% 0.92% -
XYZ 45.09 66.3 58 -
YUV 191.97 125.76 68.82 -
System Red Green Blue C M Y K H S L
Decimal 109 235 188 0.54 0 0.2 0.08 157.62 0.76 0.67
Hex 6D EB BC 36 0 14 8 9E 4C 43
Octal 155 353 274 66 0 24 10 236 114 103
Binary 1101101 11101011 10111100 110110 0 10100 1000 10011110 1001100 1000011

Color Harmonies of #6DEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBBC

Black with #6DEBBC

Text Example


Text Example

White with #6DEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,235,188); }

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

background-color css

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

 a { background-color: rgb(109,235,188); }

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

border-color css

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

 span { border-color: rgb(109,235,188); }

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