Html Css Color HEX #5EACAC Fountain Blue

📋 copy color: '#5EACAC'

red 94 ◦ green 172 ◦ blue 172

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

Shades of Fountain Blue #5EACAC

Tints of Fountain Blue #5EACAC

RGB

 RED value IS 94 (37.11% from 255) = 21.46%

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 21.46%
G = 39.27%
B = 39.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5EACAC (or 0x5EACAC) is known color: Fountain Blue. HEX triplet: 5E, AC and AC. RGB value is (94,172,172). Sum of RGB (Red+Green+Blue) = 94+172+172=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #5EACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAC is #A15353. Grayscale: #949494. Windows color (decimal): -10572628 or 11316318. OLE color: 11316318.

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

Color convert

RGB 94 172 172 -
CMYK 0.45 0 0 0.33
HSL 180º 0.32% 0.52% -
HSV(B) 180º 0.45% 0.67% -
XYZ 26.82 34.86 44.35 -
YUV 148.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 94 172 172 0.45 0 0 0.33 180 0.32 0.52
Hex 5E AC AC 2D 0 0 21 B4 20 34
Octal 136 254 254 55 0 0 41 264 40 64
Binary 1011110 10101100 10101100 101101 0 0 100001 10110100 100000 110100

Color Harmonies of #5EACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACAC

Black with #5EACAC

Text Example


Text Example

White with #5EACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,172); }

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

background-color css

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

 a { background-color: rgb(94,172,172); }

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

border-color css

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

 span { border-color: rgb(94,172,172); }

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