Html Css Color HEX #278C85 Java

📋 copy color: '#278C85'

red 39 ◦ green 140 ◦ blue 133

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

Shades of Java #278C85

Tints of Java #278C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

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

R = 12.5%
G = 44.87%
B = 42.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#278C85 (or 0x278C85) is known color: Java. HEX triplet: 27, 8C and 85. RGB value is (39,140,133). Sum of RGB (Red+Green+Blue) = 39+140+133=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #278C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C85 is #D8737A. Grayscale: #6C6C6C. Windows color (decimal): -14185339 or 8752167. OLE color: 8752167.

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

Color convert

RGB 39 140 133 -
CMYK 0.72 0 0.05 0.45
HSL 175.84º 0.56% 0.35% -
HSV(B) 175.84º 0.72% 0.55% -
XYZ 14.45 20.88 25.46 -
YUV 109 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 39 140 133 0.72 0 0.05 0.45 175.84 0.56 0.35
Hex 27 8C 85 48 0 5 2D B0 38 23
Octal 47 214 205 110 0 5 55 260 70 43
Binary 100111 10001100 10000101 1001000 0 101 101101 10110000 111000 100011

Color Harmonies of #278C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C85

Black with #278C85

Text Example


Text Example

White with #278C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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