Html Css Color HEX #6CEABF Downy

📋 copy color: '#6CEABF'

red 108 ◦ green 234 ◦ blue 191

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

Shades of Downy #6CEABF

Tints of Downy #6CEABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.83%

R = 20.26%
G = 43.9%
B = 35.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#6CEABF (or 0x6CEABF) is known color: Downy. HEX triplet: 6C, EA and BF. RGB value is (108,234,191). Sum of RGB (Red+Green+Blue) = 108+234+191=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEABF is #931540. Grayscale: #BFBFBF. Windows color (decimal): -9639233 or 12577388. OLE color: 12577388.

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

Color convert

RGB 108 234 191 -
CMYK 0.54 0 0.18 0.08
HSL 159.52º 0.75% 0.67% -
HSV(B) 159.52º 0.54% 0.92% -
XYZ 45.01 65.8 59.62 -
YUV 191.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 108 234 191 0.54 0 0.18 0.08 159.52 0.75 0.67
Hex 6C EA BF 36 0 12 8 A0 4B 43
Octal 154 352 277 66 0 22 10 240 113 103
Binary 1101100 11101010 10111111 110110 0 10010 1000 10100000 1001011 1000011

Color Harmonies of #6CEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEABF

Black with #6CEABF

Text Example


Text Example

White with #6CEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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