Html Css Color HEX #6EBCBC Fountain Blue

📋 copy color: '#6EBCBC'

red 110 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #6EBCBC

Tints of Fountain Blue #6EBCBC

RGB

 RED value IS 110 (43.36% from 255) = 22.63%

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 22.63%
G = 38.68%
B = 38.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EBCBC (or 0x6EBCBC) is known color: Fountain Blue. HEX triplet: 6E, BC and BC. RGB value is (110,188,188). Sum of RGB (Red+Green+Blue) = 110+188+188=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #6EBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCBC is #914343. Grayscale: #A4A4A4. Windows color (decimal): -9519940 or 12369006. OLE color: 12369006.

HSL color Cylindrical-coordinate representation of color #6EBCBC: hue angle of 180º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBCBC is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 188 188 -
CMYK 0.41 0 0 0.26
HSL 180º 0.37% 0.58% -
HSV(B) 180º 0.41% 0.74% -
XYZ 33.49 42.91 54.09 -
YUV 164.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 110 188 188 0.41 0 0 0.26 180 0.37 0.58
Hex 6E BC BC 29 0 0 1A B4 25 3A
Octal 156 274 274 51 0 0 32 264 45 72
Binary 1101110 10111100 10111100 101001 0 0 11010 10110100 100101 111010

Color Harmonies of #6EBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCBC

Black with #6EBCBC

Text Example


Text Example

White with #6EBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,188,188); }

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

background-color css

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

 a { background-color: rgb(110,188,188); }

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

border-color css

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

 span { border-color: rgb(110,188,188); }

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