Html Css Color HEX #279496 Java

📋 copy color: '#279496'

red 39 ◦ green 148 ◦ blue 150

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

Shades of Java #279496

Tints of Java #279496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 11.57%
G = 43.92%
B = 44.51%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#279496 (or 0x279496) is known color: Java. HEX triplet: 27, 94 and 96. RGB value is (39,148,150). Sum of RGB (Red+Green+Blue) = 39+148+150=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #279496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279496 is #D86B69. Grayscale: #737373. Windows color (decimal): -14183274 or 9868327. OLE color: 9868327.

HSL color Cylindrical-coordinate representation of color #279496: hue angle of 181.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279496 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 148 150 -
CMYK 0.74 0.01 0 0.41
HSL 181.08º 0.59% 0.37% -
HSV(B) 181.08º 0.74% 0.59% -
XYZ 16.93 23.81 32.56 -
YUV 115.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 39 148 150 0.74 0.01 0 0.41 181.08 0.59 0.37
Hex 27 94 96 4A 1 0 29 B5 3B 25
Octal 47 224 226 112 1 0 51 265 73 45
Binary 100111 10010100 10010110 1001010 1 0 101001 10110101 111011 100101

Color Harmonies of #279496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279496

Black with #279496

Text Example


Text Example

White with #279496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279496; }

 p { color: rgb(39,148,150); }

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

background-color css

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

 a { background-color: rgb(39,148,150); }

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

border-color css

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

 span { border-color: rgb(39,148,150); }

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