Html Css Color HEX #279B8E Java

📋 copy color: '#279B8E'

red 39 ◦ green 155 ◦ blue 142

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

Shades of Java #279B8E

Tints of Java #279B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 11.61%
G = 46.13%
B = 42.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#279B8E (or 0x279B8E) is known color: Java. HEX triplet: 27, 9B and 8E. RGB value is (39,155,142). Sum of RGB (Red+Green+Blue) = 39+155+142=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #279B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279B8E is #D86471. Grayscale: #767676. Windows color (decimal): -14181490 or 9345831. OLE color: 9345831.

HSL color Cylindrical-coordinate representation of color #279B8E: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279B8E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 155 142 -
CMYK 0.75 0 0.08 0.39
HSL 173.28º 0.6% 0.38% -
HSV(B) 173.28º 0.75% 0.61% -
XYZ 17.44 25.83 29.66 -
YUV 118.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 39 155 142 0.75 0 0.08 0.39 173.28 0.6 0.38
Hex 27 9B 8E 4B 0 8 27 AD 3C 26
Octal 47 233 216 113 0 10 47 255 74 46
Binary 100111 10011011 10001110 1001011 0 1000 100111 10101101 111100 100110

Color Harmonies of #279B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279B8E

Black with #279B8E

Text Example


Text Example

White with #279B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279B8E; }

 p { color: rgb(39,155,142); }

 H1.HeaderClassName
 {
   color: #279B8E;
 }
 .AnyTagClassName
 {
   color: #279B8E;
 }
</style>

background-color css

<style>
 a { background-color: #279B8E; }

 a { background-color: rgb(39,155,142); }

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

border-color css

<style>
 span { border-color: #279B8E; }

 span { border-color: rgb(39,155,142); }

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