Html Css Color HEX #4BABAE Fountain Blue

📋 copy color: '#4BABAE'

red 75 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #4BABAE

Tints of Fountain Blue #4BABAE

RGB

 RED value IS 75 (29.69% from 255) = 17.86%

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

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

R = 17.86%
G = 40.71%
B = 41.43%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4BABAE (or 0x4BABAE) is known color: Fountain Blue. HEX triplet: 4B, AB and AE. RGB value is (75,171,174). Sum of RGB (Red+Green+Blue) = 75+171+174=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #4BABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABAE is #B45451. Grayscale: #8E8E8E. Windows color (decimal): -11818066 or 11447115. OLE color: 11447115.

HSL color Cylindrical-coordinate representation of color #4BABAE: hue angle of 181.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BABAE is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 171 174 -
CMYK 0.57 0.02 0 0.32
HSL 181.82º 0.4% 0.49% -
HSV(B) 181.82º 0.57% 0.68% -
XYZ 25.1 33.68 45.22 -
YUV 142.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 75 171 174 0.57 0.02 0 0.32 181.82 0.4 0.49
Hex 4B AB AE 39 2 0 20 B6 28 31
Octal 113 253 256 71 2 0 40 266 50 61
Binary 1001011 10101011 10101110 111001 10 0 100000 10110110 101000 110001

Color Harmonies of #4BABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BABAE

Black with #4BABAE

Text Example


Text Example

White with #4BABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BABAE; }

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

 H1.HeaderClassName
 {
   color: #4BABAE;
 }
 .AnyTagClassName
 {
   color: #4BABAE;
 }
</style>

background-color css

<style>
 a { background-color: #4BABAE; }

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

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

border-color css

<style>
 span { border-color: #4BABAE; }

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

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