Html Css Color HEX #6CEACF Downy

📋 copy color: '#6CEACF'

red 108 ◦ green 234 ◦ blue 207

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

Shades of Downy #6CEACF

Tints of Downy #6CEACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 19.67%
G = 42.62%
B = 37.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#6CEACF (or 0x6CEACF) is known color: Downy. HEX triplet: 6C, EA and CF. RGB value is (108,234,207). Sum of RGB (Red+Green+Blue) = 108+234+207=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEACF is #931530. Grayscale: #C1C1C1. Windows color (decimal): -9639217 or 13625964. OLE color: 13625964.

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

Color convert

RGB 108 234 207 -
CMYK 0.54 0 0.12 0.08
HSL 167.14º 0.75% 0.67% -
HSV(B) 167.14º 0.54% 0.92% -
XYZ 46.87 66.54 69.4 -
YUV 193.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 108 234 207 0.54 0 0.12 0.08 167.14 0.75 0.67
Hex 6C EA CF 36 0 C 8 A7 4B 43
Octal 154 352 317 66 0 14 10 247 113 103
Binary 1101100 11101010 11001111 110110 0 1100 1000 10100111 1001011 1000011

Color Harmonies of #6CEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEACF

Black with #6CEACF

Text Example


Text Example

White with #6CEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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