Html Css Color HEX #62BFBA Fountain Blue

📋 copy color: '#62BFBA'

red 98 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #62BFBA

Tints of Fountain Blue #62BFBA

RGB

 RED value IS 98 (38.67% from 255) = 20.63%

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

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

R = 20.63%
G = 40.21%
B = 39.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#62BFBA (or 0x62BFBA) is known color: Fountain Blue. HEX triplet: 62, BF and BA. RGB value is (98,191,186). Sum of RGB (Red+Green+Blue) = 98+191+186=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #62BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFBA is #9D4045. Grayscale: #A2A2A2. Windows color (decimal): -10305606 or 12238690. OLE color: 12238690.

HSL color Cylindrical-coordinate representation of color #62BFBA: hue angle of 176.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62BFBA is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 191 186 -
CMYK 0.49 0 0.03 0.25
HSL 176.77º 0.42% 0.57% -
HSV(B) 176.77º 0.49% 0.75% -
XYZ 32.53 43.4 53.12 -
YUV 162.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 98 191 186 0.49 0 0.03 0.25 176.77 0.42 0.57
Hex 62 BF BA 31 0 3 19 B1 2A 39
Octal 142 277 272 61 0 3 31 261 52 71
Binary 1100010 10111111 10111010 110001 0 11 11001 10110001 101010 111001

Color Harmonies of #62BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BFBA

Black with #62BFBA

Text Example


Text Example

White with #62BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,191,186); }

 H1.HeaderClassName
 {
   color: #62BFBA;
 }
 .AnyTagClassName
 {
   color: #62BFBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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