Html Css Color HEX #6CE1BA Downy

📋 copy color: '#6CE1BA'

red 108 ◦ green 225 ◦ blue 186

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

Shades of Downy #6CE1BA

Tints of Downy #6CE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.35%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 20.81%
G = 43.35%
B = 35.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#6CE1BA (or 0x6CE1BA) is known color: Downy. HEX triplet: 6C, E1 and BA. RGB value is (108,225,186). Sum of RGB (Red+Green+Blue) = 108+225+186=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1BA is #931E45. Grayscale: #B9B9B9. Windows color (decimal): -9641542 or 12247404. OLE color: 12247404.

HSL color Cylindrical-coordinate representation of color #6CE1BA: hue angle of 160º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE1BA is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 225 186 -
CMYK 0.52 0 0.17 0.12
HSL 160º 0.66% 0.65% -
HSV(B) 160º 0.52% 0.88% -
XYZ 41.97 60.58 55.94 -
YUV 185.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 108 225 186 0.52 0 0.17 0.12 160 0.66 0.65
Hex 6C E1 BA 34 0 11 C A0 42 41
Octal 154 341 272 64 0 21 14 240 102 101
Binary 1101100 11100001 10111010 110100 0 10001 1100 10100000 1000010 1000001

Color Harmonies of #6CE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1BA

Black with #6CE1BA

Text Example


Text Example

White with #6CE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,225,186); }

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

background-color css

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

 a { background-color: rgb(108,225,186); }

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

border-color css

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

 span { border-color: rgb(108,225,186); }

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