Html Css Color HEX #5DC0BB Fountain Blue

📋 copy color: '#5DC0BB'

red 93 ◦ green 192 ◦ blue 187

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

Shades of Fountain Blue #5DC0BB

Tints of Fountain Blue #5DC0BB

RGB

 RED value IS 93 (36.72% from 255) = 19.7%

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 19.7%
G = 40.68%
B = 39.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#5DC0BB (or 0x5DC0BB) is known color: Fountain Blue. HEX triplet: 5D, C0 and BB. RGB value is (93,192,187). Sum of RGB (Red+Green+Blue) = 93+192+187=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC0BB is #A23F44. Grayscale: #A1A1A1. Windows color (decimal): -10633029 or 12304477. OLE color: 12304477.

HSL color Cylindrical-coordinate representation of color #5DC0BB: hue angle of 176.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC0BB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 192 187 -
CMYK 0.52 0 0.03 0.25
HSL 176.97º 0.44% 0.56% -
HSV(B) 176.97º 0.52% 0.75% -
XYZ 32.33 43.61 53.73 -
YUV 161.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 93 192 187 0.52 0 0.03 0.25 176.97 0.44 0.56
Hex 5D C0 BB 34 0 3 19 B1 2C 38
Octal 135 300 273 64 0 3 31 261 54 70
Binary 1011101 11000000 10111011 110100 0 11 11001 10110001 101100 111000

Color Harmonies of #5DC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC0BB

Black with #5DC0BB

Text Example


Text Example

White with #5DC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DC0BB; }

 p { color: rgb(93,192,187); }

 H1.HeaderClassName
 {
   color: #5DC0BB;
 }
 .AnyTagClassName
 {
   color: #5DC0BB;
 }
</style>

background-color css

<style>
 a { background-color: #5DC0BB; }

 a { background-color: rgb(93,192,187); }

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

border-color css

<style>
 span { border-color: #5DC0BB; }

 span { border-color: rgb(93,192,187); }

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