Html Css Color HEX #4BAEAE Fountain Blue

📋 copy color: '#4BAEAE'

red 75 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #4BAEAE

Tints of Fountain Blue #4BAEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

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

R = 17.73%
G = 41.13%
B = 41.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4BAEAE (or 0x4BAEAE) is known color: Fountain Blue. HEX triplet: 4B, AE and AE. RGB value is (75,174,174). Sum of RGB (Red+Green+Blue) = 75+174+174=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #4BAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAEAE is #B45151. Grayscale: #909090. Windows color (decimal): -11817298 or 11447883. OLE color: 11447883.

HSL color Cylindrical-coordinate representation of color #4BAEAE: hue angle of 180º 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 #4BAEAE is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 174 -
CMYK 0.57 0 0 0.32
HSL 180º 0.4% 0.49% -
HSV(B) 180º 0.57% 0.68% -
XYZ 25.68 34.82 45.41 -
YUV 144.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 75 174 174 0.57 0 0 0.32 180 0.4 0.49
Hex 4B AE AE 39 0 0 20 B4 28 31
Octal 113 256 256 71 0 0 40 264 50 61
Binary 1001011 10101110 10101110 111001 0 0 100000 10110100 101000 110001

Color Harmonies of #4BAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAEAE

Black with #4BAEAE

Text Example


Text Example

White with #4BAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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