Html Css Color HEX #278D84 Java

📋 copy color: '#278D84'

red 39 ◦ green 141 ◦ blue 132

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

Shades of Java #278D84

Tints of Java #278D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 12.5%
G = 45.19%
B = 42.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#278D84 (or 0x278D84) is known color: Java. HEX triplet: 27, 8D and 84. RGB value is (39,141,132). Sum of RGB (Red+Green+Blue) = 39+141+132=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #278D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D84 is #D8727B. Grayscale: #6D6D6D. Windows color (decimal): -14185084 or 8686887. OLE color: 8686887.

HSL color Cylindrical-coordinate representation of color #278D84: hue angle of 174.71º degrees, saturation: 0.57, 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 #278D84 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 141 132 -
CMYK 0.72 0 0.06 0.45
HSL 174.71º 0.57% 0.35% -
HSV(B) 174.71º 0.72% 0.55% -
XYZ 14.53 21.15 25.15 -
YUV 109.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 39 141 132 0.72 0 0.06 0.45 174.71 0.57 0.35
Hex 27 8D 84 48 0 6 2D AF 39 23
Octal 47 215 204 110 0 6 55 257 71 43
Binary 100111 10001101 10000100 1001000 0 110 101101 10101111 111001 100011

Color Harmonies of #278D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278D84

Black with #278D84

Text Example


Text Example

White with #278D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,141,132); }

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

background-color css

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

 a { background-color: rgb(39,141,132); }

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

border-color css

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

 span { border-color: rgb(39,141,132); }

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