Html Css Color HEX #61B7B9 Fountain Blue

📋 copy color: '#61B7B9'

red 97 ◦ green 183 ◦ blue 185

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

Shades of Fountain Blue #61B7B9

Tints of Fountain Blue #61B7B9

RGB

 RED value IS 97 (38.28% from 255) = 20.86%

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 20.86%
G = 39.35%
B = 39.78%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#61B7B9 (or 0x61B7B9) is known color: Fountain Blue. HEX triplet: 61, B7 and B9. RGB value is (97,183,185). Sum of RGB (Red+Green+Blue) = 97+183+185=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #61B7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B7B9 is #9E4846. Grayscale: #9D9D9D. Windows color (decimal): -10373191 or 12171105. OLE color: 12171105.

HSL color Cylindrical-coordinate representation of color #61B7B9: hue angle of 181.36º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B7B9 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 183 185 -
CMYK 0.48 0.01 0 0.27
HSL 181.36º 0.39% 0.55% -
HSV(B) 181.36º 0.48% 0.73% -
XYZ 30.62 39.91 51.99 -
YUV 157.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 97 183 185 0.48 0.01 0 0.27 181.36 0.39 0.55
Hex 61 B7 B9 30 1 0 1B B5 27 37
Octal 141 267 271 60 1 0 33 265 47 67
Binary 1100001 10110111 10111001 110000 1 0 11011 10110101 100111 110111

Color Harmonies of #61B7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B7B9

Black with #61B7B9

Text Example


Text Example

White with #61B7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61B7B9; }

 p { color: rgb(97,183,185); }

 H1.HeaderClassName
 {
   color: #61B7B9;
 }
 .AnyTagClassName
 {
   color: #61B7B9;
 }
</style>

background-color css

<style>
 a { background-color: #61B7B9; }

 a { background-color: rgb(97,183,185); }

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

border-color css

<style>
 span { border-color: #61B7B9; }

 span { border-color: rgb(97,183,185); }

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