Html Css Color HEX #6EBCBB Fountain Blue

📋 copy color: '#6EBCBB'

red 110 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #6EBCBB

Tints of Fountain Blue #6EBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 22.68%
G = 38.76%
B = 38.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6EBCBB (or 0x6EBCBB) is known color: Fountain Blue. HEX triplet: 6E, BC and BB. RGB value is (110,188,187). Sum of RGB (Red+Green+Blue) = 110+188+187=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCBB is #914344. Grayscale: #A4A4A4. Windows color (decimal): -9519941 or 12303470. OLE color: 12303470.

HSL color Cylindrical-coordinate representation of color #6EBCBB: hue angle of 179.23º 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 #6EBCBB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 188 187 -
CMYK 0.41 0 0.01 0.26
HSL 179.23º 0.37% 0.58% -
HSV(B) 179.23º 0.41% 0.74% -
XYZ 33.38 42.87 53.53 -
YUV 164.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 110 188 187 0.41 0 0.01 0.26 179.23 0.37 0.58
Hex 6E BC BB 29 0 1 1A B3 25 3A
Octal 156 274 273 51 0 1 32 263 45 72
Binary 1101110 10111100 10111011 101001 0 1 11010 10110011 100101 111010

Color Harmonies of #6EBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCBB

Black with #6EBCBB

Text Example


Text Example

White with #6EBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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