Html Css Color HEX #62B5BA Fountain Blue

📋 copy color: '#62B5BA'

red 98 ◦ green 181 ◦ blue 186

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

Shades of Fountain Blue #62B5BA

Tints of Fountain Blue #62B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

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

R = 21.08%
G = 38.92%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#62B5BA (or 0x62B5BA) is known color: Fountain Blue. HEX triplet: 62, B5 and BA. RGB value is (98,181,186). Sum of RGB (Red+Green+Blue) = 98+181+186=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #62B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B5BA is #9D4A45. Grayscale: #9C9C9C. Windows color (decimal): -10308166 or 12236130. OLE color: 12236130.

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

Color convert

RGB 98 181 186 -
CMYK 0.47 0.03 0 0.27
HSL 183.41º 0.39% 0.56% -
HSV(B) 183.41º 0.47% 0.73% -
XYZ 30.42 39.19 52.42 -
YUV 156.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 98 181 186 0.47 0.03 0 0.27 183.41 0.39 0.56
Hex 62 B5 BA 2F 3 0 1B B7 27 38
Octal 142 265 272 57 3 0 33 267 47 70
Binary 1100010 10110101 10111010 101111 11 0 11011 10110111 100111 111000

Color Harmonies of #62B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B5BA

Black with #62B5BA

Text Example


Text Example

White with #62B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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