Html Css Color HEX #5CC0BB Fountain Blue

📋 copy color: '#5CC0BB'

red 92 ◦ green 192 ◦ blue 187

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

Shades of Fountain Blue #5CC0BB

Tints of Fountain Blue #5CC0BB

RGB

 RED value IS 92 (36.33% from 255) = 19.53%

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

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

R = 19.53%
G = 40.76%
B = 39.7%

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

#5CC0BB (or 0x5CC0BB) is known color: Fountain Blue. HEX triplet: 5C, C0 and BB. RGB value is (92,192,187). Sum of RGB (Red+Green+Blue) = 92+192+187=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0BB is #A33F44. Grayscale: #A1A1A1. Windows color (decimal): -10698565 or 12304476. OLE color: 12304476.

HSL color Cylindrical-coordinate representation of color #5CC0BB: hue angle of 177º 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 #5CC0BB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 192 187 -
CMYK 0.52 0 0.03 0.25
HSL 177º 0.44% 0.56% -
HSV(B) 177º 0.52% 0.75% -
XYZ 32.23 43.56 53.72 -
YUV 161.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 92 192 187 0.52 0 0.03 0.25 177 0.44 0.56
Hex 5C C0 BB 34 0 3 19 B1 2C 38
Octal 134 300 273 64 0 3 31 261 54 70
Binary 1011100 11000000 10111011 110100 0 11 11001 10110001 101100 111000

Color Harmonies of #5CC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC0BB

Black with #5CC0BB

Text Example


Text Example

White with #5CC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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