Html Css Color HEX #6CEAD0 Downy

📋 copy color: '#6CEAD0'

red 108 ◦ green 234 ◦ blue 208

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

Shades of Downy #6CEAD0

Tints of Downy #6CEAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 19.64%
G = 42.55%
B = 37.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#6CEAD0 (or 0x6CEAD0) is known color: Downy. HEX triplet: 6C, EA and D0. RGB value is (108,234,208). Sum of RGB (Red+Green+Blue) = 108+234+208=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEAD0 is #93152F. Grayscale: #C1C1C1. Windows color (decimal): -9639216 or 13691500. OLE color: 13691500.

HSL color Cylindrical-coordinate representation of color #6CEAD0: hue angle of 167.62º degrees, saturation: 0.75, 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 #6CEAD0 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 234 208 -
CMYK 0.54 0 0.11 0.08
HSL 167.62º 0.75% 0.67% -
HSV(B) 167.62º 0.54% 0.92% -
XYZ 46.99 66.59 70.05 -
YUV 193.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 108 234 208 0.54 0 0.11 0.08 167.62 0.75 0.67
Hex 6C EA D0 36 0 B 8 A8 4B 43
Octal 154 352 320 66 0 13 10 250 113 103
Binary 1101100 11101010 11010000 110110 0 1011 1000 10101000 1001011 1000011

Color Harmonies of #6CEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEAD0

Black with #6CEAD0

Text Example


Text Example

White with #6CEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,234,208); }

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

background-color css

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

 a { background-color: rgb(108,234,208); }

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

border-color css

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

 span { border-color: rgb(108,234,208); }

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