Html Css Color HEX #6FBABA Fountain Blue

📋 copy color: '#6FBABA'

red 111 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #6FBABA

Tints of Fountain Blue #6FBABA

RGB

 RED value IS 111 (43.75% from 255) = 22.98%

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

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

R = 22.98%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FBABA (or 0x6FBABA) is known color: Fountain Blue. HEX triplet: 6F, BA and BA. RGB value is (111,186,186). Sum of RGB (Red+Green+Blue) = 111+186+186=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #6FBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBABA is #904545. Grayscale: #A3A3A3. Windows color (decimal): -9454918 or 12237423. OLE color: 12237423.

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

Color convert

RGB 111 186 186 -
CMYK 0.40 0 0 0.27
HSL 180º 0.35% 0.58% -
HSV(B) 180º 0.4% 0.73% -
XYZ 32.98 42.04 52.83 -
YUV 163.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 111 186 186 0.40 0 0 0.27 180 0.35 0.58
Hex 6F BA BA 28 0 0 1B B4 23 3A
Octal 157 272 272 50 0 0 33 264 43 72
Binary 1101111 10111010 10111010 101000 0 0 11011 10110100 100011 111010

Color Harmonies of #6FBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBABA

Black with #6FBABA

Text Example


Text Example

White with #6FBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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