#62BBB4

Color #62BBB4 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #62BBB4

Tints of Fountain Blue #62BBB4

Color information

#62BBB4 (or 0x62BBB4) is unknown color: approx Fountain Blue. HEX triplet: 62, BB and B4. RGB value is (98,187,180). Sum of RGB (Red+Green+Blue) = 98+187+180=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBB4 is #9D444B. Grayscale: #9F9F9F. Windows color (decimal): -10306636 or 11844450. OLE color: 11844450.

HSL color Cylindrical-coordinate representation of color #62BBB4: hue angle of 175.28º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BBB4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB98187180-
CMYK0.4800.040.27
HSL175.28º39.56%55.88%-
HSV(B)175.28º47.59%73.33%-
XYZ31.0541.4349.54-
YUV159.59139.5184.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=21.08%
G=40.22%
B=38.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981871800.4800.040.27175.2839.5655.88
Hex62BBB430041Baf2838
Octal1422732646004332575070
Binary1100010101110111011010011000001001101110101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BBB4; }

 p { color: rgb(98,187,180); }

 H1.HeaderClassName
 {
   color: #62BBB4;
 }
 .AnyTagClassName
 {
   color: #62BBB4;
 }
</style>
background-color css

<style>
 a { background-color: #62BBB4; }

 a { background-color: rgb(98,187,180); }

 div.DivClassName
 {
   background-color: #62BBB4;
 }
 .BgClassName
 {
   background-color: #62BBB4;
 }
</style>
border-color css

<style>
 span { border-color: #62BBB4; }

 span { border-color: rgb(98,187,180); }

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