Html Css Color HEX #5DABAE Fountain Blue

📋 copy color: '#5DABAE'

red 93 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #5DABAE

Tints of Fountain Blue #5DABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 21.23%
G = 39.04%
B = 39.73%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5DABAE (or 0x5DABAE) is known color: Fountain Blue. HEX triplet: 5D, AB and AE. RGB value is (93,171,174). Sum of RGB (Red+Green+Blue) = 93+171+174=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #5DABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DABAE is #A25451. Grayscale: #939393. Windows color (decimal): -10638418 or 11447133. OLE color: 11447133.

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

Color convert

RGB 93 171 174 -
CMYK 0.47 0.02 0 0.32
HSL 182.22º 0.33% 0.52% -
HSV(B) 182.22º 0.47% 0.68% -
XYZ 26.72 34.51 45.3 -
YUV 148.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 93 171 174 0.47 0.02 0 0.32 182.22 0.33 0.52
Hex 5D AB AE 2F 2 0 20 B6 21 34
Octal 135 253 256 57 2 0 40 266 41 64
Binary 1011101 10101011 10101110 101111 10 0 100000 10110110 100001 110100

Color Harmonies of #5DABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABAE

Black with #5DABAE

Text Example


Text Example

White with #5DABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,174); }

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

background-color css

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

 a { background-color: rgb(93,171,174); }

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

border-color css

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

 span { border-color: rgb(93,171,174); }

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