Html Css Color HEX #6EBABA Fountain Blue

📋 copy color: '#6EBABA'

red 110 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #6EBABA

Tints of Fountain Blue #6EBABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

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

R = 22.82%
G = 38.59%
B = 38.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EBABA (or 0x6EBABA) is known color: Fountain Blue. HEX triplet: 6E, BA and BA. RGB value is (110,186,186). Sum of RGB (Red+Green+Blue) = 110+186+186=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #6EBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBABA is #914545. Grayscale: #A3A3A3. Windows color (decimal): -9520454 or 12237422. OLE color: 12237422.

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

Color convert

RGB 110 186 186 -
CMYK 0.41 0 0 0.27
HSL 180º 0.36% 0.58% -
HSV(B) 180º 0.41% 0.73% -
XYZ 32.85 41.98 52.83 -
YUV 163.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 110 186 186 0.41 0 0 0.27 180 0.36 0.58
Hex 6E BA BA 29 0 0 1B B4 24 3A
Octal 156 272 272 51 0 0 33 264 44 72
Binary 1101110 10111010 10111010 101001 0 0 11011 10110100 100100 111010

Color Harmonies of #6EBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBABA

Black with #6EBABA

Text Example


Text Example

White with #6EBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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