Html Css Color HEX #6DEACB Downy

📋 copy color: '#6DEACB'

red 109 ◦ green 234 ◦ blue 203

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

Shades of Downy #6DEACB

Tints of Downy #6DEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.86%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 19.96%
G = 42.86%
B = 37.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#6DEACB (or 0x6DEACB) is known color: Downy. HEX triplet: 6D, EA and CB. RGB value is (109,234,203). Sum of RGB (Red+Green+Blue) = 109+234+203=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEACB is #921534. Grayscale: #C1C1C1. Windows color (decimal): -9573685 or 13363821. OLE color: 13363821.

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

Color convert

RGB 109 234 203 -
CMYK 0.53 0 0.13 0.08
HSL 165.12º 0.75% 0.67% -
HSV(B) 165.12º 0.53% 0.92% -
XYZ 46.51 66.41 66.87 -
YUV 193.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 109 234 203 0.53 0 0.13 0.08 165.12 0.75 0.67
Hex 6D EA CB 35 0 D 8 A5 4B 43
Octal 155 352 313 65 0 15 10 245 113 103
Binary 1101101 11101010 11001011 110101 0 1101 1000 10100101 1001011 1000011

Color Harmonies of #6DEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEACB

Black with #6DEACB

Text Example


Text Example

White with #6DEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,234,203); }

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

background-color css

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

 a { background-color: rgb(109,234,203); }

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

border-color css

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

 span { border-color: rgb(109,234,203); }

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