Html Css Color HEX #62C0BC Fountain Blue

📋 copy color: '#62C0BC'

red 98 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #62C0BC

Tints of Fountain Blue #62C0BC

RGB

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

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

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

R = 20.5%
G = 40.17%
B = 39.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#62C0BC (or 0x62C0BC) is known color: Fountain Blue. HEX triplet: 62, C0 and BC. RGB value is (98,192,188). Sum of RGB (Red+Green+Blue) = 98+192+188=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #62C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C0BC is #9D3F43. Grayscale: #A3A3A3. Windows color (decimal): -10305348 or 12370018. OLE color: 12370018.

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

Color convert

RGB 98 192 188 -
CMYK 0.49 0 0.02 0.25
HSL 177.45º 0.43% 0.57% -
HSV(B) 177.45º 0.49% 0.75% -
XYZ 32.96 43.93 54.32 -
YUV 163.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 98 192 188 0.49 0 0.02 0.25 177.45 0.43 0.57
Hex 62 C0 BC 31 0 2 19 B1 2B 39
Octal 142 300 274 61 0 2 31 261 53 71
Binary 1100010 11000000 10111100 110001 0 10 11001 10110001 101011 111001

Color Harmonies of #62C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C0BC

Black with #62C0BC

Text Example


Text Example

White with #62C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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