Html Css Color HEX #6ABFBC Fountain Blue

📋 copy color: '#6ABFBC'

red 106 ◦ green 191 ◦ blue 188

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

Shades of Fountain Blue #6ABFBC

Tints of Fountain Blue #6ABFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

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

R = 21.86%
G = 39.38%
B = 38.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#6ABFBC (or 0x6ABFBC) is known color: Fountain Blue. HEX triplet: 6A, BF and BC. RGB value is (106,191,188). Sum of RGB (Red+Green+Blue) = 106+191+188=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFBC is #954043. Grayscale: #A5A5A5. Windows color (decimal): -9781316 or 12369770. OLE color: 12369770.

HSL color Cylindrical-coordinate representation of color #6ABFBC: hue angle of 177.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFBC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 188 -
CMYK 0.45 0 0.02 0.25
HSL 177.88º 0.4% 0.58% -
HSV(B) 177.88º 0.45% 0.75% -
XYZ 33.65 43.96 54.29 -
YUV 165.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 106 191 188 0.45 0 0.02 0.25 177.88 0.4 0.58
Hex 6A BF BC 2D 0 2 19 B2 28 3A
Octal 152 277 274 55 0 2 31 262 50 72
Binary 1101010 10111111 10111100 101101 0 10 11001 10110010 101000 111010

Color Harmonies of #6ABFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFBC

Black with #6ABFBC

Text Example


Text Example

White with #6ABFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,188); }

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

background-color css

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

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

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

border-color css

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

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

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