Html Css Color HEX #4EB2AF Fountain Blue

📋 copy color: '#4EB2AF'

red 78 ◦ green 178 ◦ blue 175

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

Shades of Fountain Blue #4EB2AF

Tints of Fountain Blue #4EB2AF

RGB

 RED value IS 78 (30.86% from 255) = 18.1%

 GREEN value IS 178 (69.92% from 255) = 41.3%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 18.1%
G = 41.3%
B = 40.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#4EB2AF (or 0x4EB2AF) is known color: Fountain Blue. HEX triplet: 4E, B2 and AF. RGB value is (78,178,175). Sum of RGB (Red+Green+Blue) = 78+178+175=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB2AF is #B14D50. Grayscale: #939393. Windows color (decimal): -11619665 or 11514446. OLE color: 11514446.

HSL color Cylindrical-coordinate representation of color #4EB2AF: hue angle of 178.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB2AF is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 78 178 175 -
CMYK 0.56 0 0.02 0.30
HSL 178.2º 0.39% 0.5% -
HSV(B) 178.2º 0.56% 0.7% -
XYZ 26.8 36.56 46.2 -
YUV 147.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 78 178 175 0.56 0 0.02 0.30 178.2 0.39 0.5
Hex 4E B2 AF 38 0 2 1E B2 27 32
Octal 116 262 257 70 0 2 36 262 47 62
Binary 1001110 10110010 10101111 111000 0 10 11110 10110010 100111 110010

Color Harmonies of #4EB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB2AF

Black with #4EB2AF

Text Example


Text Example

White with #4EB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,178,175); }

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

background-color css

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

 a { background-color: rgb(78,178,175); }

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

border-color css

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

 span { border-color: rgb(78,178,175); }

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