Html Css Color HEX #62C2C6 Fountain Blue

📋 copy color: '#62C2C6'

red 98 ◦ green 194 ◦ blue 198

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

Shades of Fountain Blue #62C2C6

Tints of Fountain Blue #62C2C6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 20%
G = 39.59%
B = 40.41%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#62C2C6 (or 0x62C2C6) is known color: Fountain Blue. HEX triplet: 62, C2 and C6. RGB value is (98,194,198). Sum of RGB (Red+Green+Blue) = 98+194+198=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #62C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2C6 is #9D3D39. Grayscale: #A5A5A5. Windows color (decimal): -10304826 or 13025890. OLE color: 13025890.

HSL color Cylindrical-coordinate representation of color #62C2C6: hue angle of 182.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C2C6 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 194 198 -
CMYK 0.51 0.02 0 0.22
HSL 182.4º 0.47% 0.58% -
HSV(B) 182.4º 0.51% 0.78% -
XYZ 34.52 45.26 60.34 -
YUV 165.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 98 194 198 0.51 0.02 0 0.22 182.4 0.47 0.58
Hex 62 C2 C6 33 2 0 16 B6 2F 3A
Octal 142 302 306 63 2 0 26 266 57 72
Binary 1100010 11000010 11000110 110011 10 0 10110 10110110 101111 111010

Color Harmonies of #62C2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C2C6

Black with #62C2C6

Text Example


Text Example

White with #62C2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,194,198); }

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

background-color css

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

 a { background-color: rgb(98,194,198); }

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

border-color css

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

 span { border-color: rgb(98,194,198); }

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