Html Css Color HEX #5CBEBE Fountain Blue

📋 copy color: '#5CBEBE'

red 92 ◦ green 190 ◦ blue 190

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

Shades of Fountain Blue #5CBEBE

Tints of Fountain Blue #5CBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 19.49%
G = 40.25%
B = 40.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5CBEBE (or 0x5CBEBE) is known color: Fountain Blue. HEX triplet: 5C, BE and BE. RGB value is (92,190,190). Sum of RGB (Red+Green+Blue) = 92+190+190=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #5CBEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBEBE is #A34141. Grayscale: #A0A0A0. Windows color (decimal): -10699074 or 12500572. OLE color: 12500572.

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

Color convert

RGB 92 190 190 -
CMYK 0.52 0 0 0.25
HSL 180º 0.43% 0.55% -
HSV(B) 180º 0.52% 0.75% -
XYZ 32.12 42.82 55.29 -
YUV 160.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 92 190 190 0.52 0 0 0.25 180 0.43 0.55
Hex 5C BE BE 34 0 0 19 B4 2B 37
Octal 134 276 276 64 0 0 31 264 53 67
Binary 1011100 10111110 10111110 110100 0 0 11001 10110100 101011 110111

Color Harmonies of #5CBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBEBE

Black with #5CBEBE

Text Example


Text Example

White with #5CBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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