Html Css Color HEX #68B7B2 Fountain Blue

📋 copy color: '#68B7B2'

red 104 ◦ green 183 ◦ blue 178

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

Shades of Fountain Blue #68B7B2

Tints of Fountain Blue #68B7B2

RGB

 RED value IS 104 (41.02% from 255) = 22.37%

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 22.37%
G = 39.35%
B = 38.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#68B7B2 (or 0x68B7B2) is known color: Fountain Blue. HEX triplet: 68, B7 and B2. RGB value is (104,183,178). Sum of RGB (Red+Green+Blue) = 104+183+178=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #68B7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B7B2 is #97484D. Grayscale: #9E9E9E. Windows color (decimal): -9914446 or 11712360. OLE color: 11712360.

HSL color Cylindrical-coordinate representation of color #68B7B2: hue angle of 176.2º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B7B2 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 183 178 -
CMYK 0.43 0 0.03 0.28
HSL 176.2º 0.35% 0.56% -
HSV(B) 176.2º 0.43% 0.72% -
XYZ 30.68 40.02 48.23 -
YUV 158.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 104 183 178 0.43 0 0.03 0.28 176.2 0.35 0.56
Hex 68 B7 B2 2B 0 3 1C B0 23 38
Octal 150 267 262 53 0 3 34 260 43 70
Binary 1101000 10110111 10110010 101011 0 11 11100 10110000 100011 111000

Color Harmonies of #68B7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B7B2

Black with #68B7B2

Text Example


Text Example

White with #68B7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B7B2; }

 p { color: rgb(104,183,178); }

 H1.HeaderClassName
 {
   color: #68B7B2;
 }
 .AnyTagClassName
 {
   color: #68B7B2;
 }
</style>

background-color css

<style>
 a { background-color: #68B7B2; }

 a { background-color: rgb(104,183,178); }

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

border-color css

<style>
 span { border-color: #68B7B2; }

 span { border-color: rgb(104,183,178); }

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