Html Css Color HEX #278C8A Java

📋 copy color: '#278C8A'

red 39 ◦ green 140 ◦ blue 138

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

Shades of Java #278C8A

Tints of Java #278C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 12.3%
G = 44.16%
B = 43.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#278C8A (or 0x278C8A) is known color: Java. HEX triplet: 27, 8C and 8A. RGB value is (39,140,138). Sum of RGB (Red+Green+Blue) = 39+140+138=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #278C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C8A is #D87375. Grayscale: #6D6D6D. Windows color (decimal): -14185334 or 9079847. OLE color: 9079847.

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

Color convert

RGB 39 140 138 -
CMYK 0.72 0 0.01 0.45
HSL 178.81º 0.56% 0.35% -
HSV(B) 178.81º 0.72% 0.55% -
XYZ 14.8 21.02 27.32 -
YUV 109.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 39 140 138 0.72 0 0.01 0.45 178.81 0.56 0.35
Hex 27 8C 8A 48 0 1 2D B3 38 23
Octal 47 214 212 110 0 1 55 263 70 43
Binary 100111 10001100 10001010 1001000 0 1 101101 10110011 111000 100011

Color Harmonies of #278C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C8A

Black with #278C8A

Text Example


Text Example

White with #278C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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