Html Css Color HEX #6CE1BE Downy

📋 copy color: '#6CE1BE'

red 108 ◦ green 225 ◦ blue 190

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

Shades of Downy #6CE1BE

Tints of Downy #6CE1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 20.65%
G = 43.02%
B = 36.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#6CE1BE (or 0x6CE1BE) is known color: Downy. HEX triplet: 6C, E1 and BE. RGB value is (108,225,190). Sum of RGB (Red+Green+Blue) = 108+225+190=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE1BE is #931E41. Grayscale: #BABABA. Windows color (decimal): -9641538 or 12509548. OLE color: 12509548.

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

Color convert

RGB 108 225 190 -
CMYK 0.52 0 0.16 0.12
HSL 162.05º 0.66% 0.65% -
HSV(B) 162.05º 0.52% 0.88% -
XYZ 42.4 60.76 58.21 -
YUV 186.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 108 225 190 0.52 0 0.16 0.12 162.05 0.66 0.65
Hex 6C E1 BE 34 0 10 C A2 42 41
Octal 154 341 276 64 0 20 14 242 102 101
Binary 1101100 11100001 10111110 110100 0 10000 1100 10100010 1000010 1000001

Color Harmonies of #6CE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1BE

Black with #6CE1BE

Text Example


Text Example

White with #6CE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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