Html Css Color HEX #6CE0BF Downy

📋 copy color: '#6CE0BF'

red 108 ◦ green 224 ◦ blue 191

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

Shades of Downy #6CE0BF

Tints of Downy #6CE0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 20.65%
G = 42.83%
B = 36.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#6CE0BF (or 0x6CE0BF) is known color: Downy. HEX triplet: 6C, E0 and BF. RGB value is (108,224,191). Sum of RGB (Red+Green+Blue) = 108+224+191=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE0BF is #931F40. Grayscale: #B9B9B9. Windows color (decimal): -9641793 or 12574828. OLE color: 12574828.

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

Color convert

RGB 108 224 191 -
CMYK 0.52 0 0.15 0.12
HSL 162.93º 0.65% 0.65% -
HSV(B) 162.93º 0.52% 0.88% -
XYZ 42.24 60.26 58.7 -
YUV 185.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 108 224 191 0.52 0 0.15 0.12 162.93 0.65 0.65
Hex 6C E0 BF 34 0 F C A3 41 41
Octal 154 340 277 64 0 17 14 243 101 101
Binary 1101100 11100000 10111111 110100 0 1111 1100 10100011 1000001 1000001

Color Harmonies of #6CE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE0BF

Black with #6CE0BF

Text Example


Text Example

White with #6CE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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