Html Css Color HEX #62C0BE Fountain Blue

📋 copy color: '#62C0BE'

red 98 ◦ green 192 ◦ blue 190

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

Shades of Fountain Blue #62C0BE

Tints of Fountain Blue #62C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 20.42%
G = 40%
B = 39.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#62C0BE (or 0x62C0BE) is known color: Fountain Blue. HEX triplet: 62, C0 and BE. RGB value is (98,192,190). Sum of RGB (Red+Green+Blue) = 98+192+190=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #62C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0BE is #9D3F41. Grayscale: #A3A3A3. Windows color (decimal): -10305346 or 12501090. OLE color: 12501090.

HSL color Cylindrical-coordinate representation of color #62C0BE: hue angle of 178.72º degrees, saturation: 0.43, 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 #62C0BE is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 192 190 -
CMYK 0.49 0 0.01 0.25
HSL 178.72º 0.43% 0.57% -
HSV(B) 178.72º 0.49% 0.75% -
XYZ 33.18 44.01 55.46 -
YUV 163.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 98 192 190 0.49 0 0.01 0.25 178.72 0.43 0.57
Hex 62 C0 BE 31 0 1 19 B3 2B 39
Octal 142 300 276 61 0 1 31 263 53 71
Binary 1100010 11000000 10111110 110001 0 1 11001 10110011 101011 111001

Color Harmonies of #62C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C0BE

Black with #62C0BE

Text Example


Text Example

White with #62C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,192,190); }

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

background-color css

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

 a { background-color: rgb(98,192,190); }

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

border-color css

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

 span { border-color: rgb(98,192,190); }

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