Html Css Color HEX #6ABABA Fountain Blue

📋 copy color: '#6ABABA'

red 106 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #6ABABA

Tints of Fountain Blue #6ABABA

RGB

 RED value IS 106 (41.8% from 255) = 22.18%

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

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

R = 22.18%
G = 38.91%
B = 38.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6ABABA (or 0x6ABABA) is known color: Fountain Blue. HEX triplet: 6A, BA and BA. RGB value is (106,186,186). Sum of RGB (Red+Green+Blue) = 106+186+186=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #6ABABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABABA is #954545. Grayscale: #A2A2A2. Windows color (decimal): -9782598 or 12237418. OLE color: 12237418.

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

Color convert

RGB 106 186 186 -
CMYK 0.43 0 0 0.27
HSL 180º 0.37% 0.57% -
HSV(B) 180º 0.43% 0.73% -
XYZ 32.37 41.73 52.8 -
YUV 162.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 106 186 186 0.43 0 0 0.27 180 0.37 0.57
Hex 6A BA BA 2B 0 0 1B B4 25 39
Octal 152 272 272 53 0 0 33 264 45 71
Binary 1101010 10111010 10111010 101011 0 0 11011 10110100 100101 111001

Color Harmonies of #6ABABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABABA

Black with #6ABABA

Text Example


Text Example

White with #6ABABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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