Html Css Color HEX #5CC2BB Fountain Blue

📋 copy color: '#5CC2BB'

red 92 ◦ green 194 ◦ blue 187

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

Shades of Fountain Blue #5CC2BB

Tints of Fountain Blue #5CC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

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

R = 19.45%
G = 41.01%
B = 39.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#5CC2BB (or 0x5CC2BB) is known color: Fountain Blue. HEX triplet: 5C, C2 and BB. RGB value is (92,194,187). Sum of RGB (Red+Green+Blue) = 92+194+187=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC2BB is #A33D44. Grayscale: #A2A2A2. Windows color (decimal): -10698053 or 12304988. OLE color: 12304988.

HSL color Cylindrical-coordinate representation of color #5CC2BB: hue angle of 175.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC2BB is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 194 187 -
CMYK 0.53 0 0.04 0.24
HSL 175.88º 0.46% 0.56% -
HSV(B) 175.88º 0.53% 0.76% -
XYZ 32.68 44.45 53.87 -
YUV 162.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 92 194 187 0.53 0 0.04 0.24 175.88 0.46 0.56
Hex 5C C2 BB 35 0 4 18 B0 2E 38
Octal 134 302 273 65 0 4 30 260 56 70
Binary 1011100 11000010 10111011 110101 0 100 11000 10110000 101110 111000

Color Harmonies of #5CC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC2BB

Black with #5CC2BB

Text Example


Text Example

White with #5CC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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