Html Css Color HEX #61B9B6 Fountain Blue

📋 copy color: '#61B9B6'

red 97 ◦ green 185 ◦ blue 182

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

Shades of Fountain Blue #61B9B6

Tints of Fountain Blue #61B9B6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 20.91%
G = 39.87%
B = 39.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#61B9B6 (or 0x61B9B6) is known color: Fountain Blue. HEX triplet: 61, B9 and B6. RGB value is (97,185,182). Sum of RGB (Red+Green+Blue) = 97+185+182=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #61B9B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9B6 is #9E4649. Grayscale: #9E9E9E. Windows color (decimal): -10372682 or 11975009. OLE color: 11975009.

HSL color Cylindrical-coordinate representation of color #61B9B6: hue angle of 177.95º 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 #61B9B6 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 185 182 -
CMYK 0.48 0 0.02 0.27
HSL 177.95º 0.39% 0.55% -
HSV(B) 177.95º 0.48% 0.73% -
XYZ 30.72 40.62 50.48 -
YUV 158.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 97 185 182 0.48 0 0.02 0.27 177.95 0.39 0.55
Hex 61 B9 B6 30 0 2 1B B2 27 37
Octal 141 271 266 60 0 2 33 262 47 67
Binary 1100001 10111001 10110110 110000 0 10 11011 10110010 100111 110111

Color Harmonies of #61B9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B9B6

Black with #61B9B6

Text Example


Text Example

White with #61B9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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