Html Css Color HEX #5DBCBA Fountain Blue

📋 copy color: '#5DBCBA'

red 93 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #5DBCBA

Tints of Fountain Blue #5DBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 19.91%
G = 40.26%
B = 39.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5DBCBA (or 0x5DBCBA) is known color: Fountain Blue. HEX triplet: 5D, BC and BA. RGB value is (93,188,186). Sum of RGB (Red+Green+Blue) = 93+188+186=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCBA is #A24345. Grayscale: #9F9F9F. Windows color (decimal): -10634054 or 12237917. OLE color: 12237917.

HSL color Cylindrical-coordinate representation of color #5DBCBA: hue angle of 178.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBCBA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 188 186 -
CMYK 0.51 0 0.01 0.26
HSL 178.74º 0.41% 0.55% -
HSV(B) 178.74º 0.51% 0.74% -
XYZ 31.36 41.84 52.88 -
YUV 159.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 93 188 186 0.51 0 0.01 0.26 178.74 0.41 0.55
Hex 5D BC BA 33 0 1 1A B3 29 37
Octal 135 274 272 63 0 1 32 263 51 67
Binary 1011101 10111100 10111010 110011 0 1 11010 10110011 101001 110111

Color Harmonies of #5DBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBCBA

Black with #5DBCBA

Text Example


Text Example

White with #5DBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,188,186); }

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

background-color css

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

 a { background-color: rgb(93,188,186); }

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

border-color css

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

 span { border-color: rgb(93,188,186); }

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