Html Css Color HEX #278B85 Elm

📋 copy color: '#278B85'

red 39 ◦ green 139 ◦ blue 133

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

Shades of Elm #278B85

Tints of Elm #278B85

RGB

 RED value IS 39 (15.63% from 255) = 12.54%

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 12.54%
G = 44.69%
B = 42.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#278B85 (or 0x278B85) is known color: Elm. HEX triplet: 27, 8B and 85. RGB value is (39,139,133). Sum of RGB (Red+Green+Blue) = 39+139+133=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #278B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B85 is #D8747A. Grayscale: #6C6C6C. Windows color (decimal): -14185595 or 8751911. OLE color: 8751911.

HSL color Cylindrical-coordinate representation of color #278B85: hue angle of 176.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B85 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 139 133 -
CMYK 0.72 0 0.04 0.45
HSL 176.4º 0.56% 0.35% -
HSV(B) 176.4º 0.72% 0.55% -
XYZ 14.3 20.59 25.41 -
YUV 108.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 39 139 133 0.72 0 0.04 0.45 176.4 0.56 0.35
Hex 27 8B 85 48 0 4 2D B0 38 23
Octal 47 213 205 110 0 4 55 260 70 43
Binary 100111 10001011 10000101 1001000 0 100 101101 10110000 111000 100011

Color Harmonies of #278B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278B85

Black with #278B85

Text Example


Text Example

White with #278B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278B85; }

 p { color: rgb(39,139,133); }

 H1.HeaderClassName
 {
   color: #278B85;
 }
 .AnyTagClassName
 {
   color: #278B85;
 }
</style>

background-color css

<style>
 a { background-color: #278B85; }

 a { background-color: rgb(39,139,133); }

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

border-color css

<style>
 span { border-color: #278B85; }

 span { border-color: rgb(39,139,133); }

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