#298D96

Color #298D96 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #298D96

Tints of Java #298D96

Color information

#298D96 (or 0x298D96) is unknown color: approx Java. HEX triplet: 29, 8D and 96. RGB value is (41,141,150). Sum of RGB (Red+Green+Blue) = 41+141+150=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #298D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D96 is #D67269. Grayscale: #6F6F6F. Windows color (decimal): -14053994 or 9866537. OLE color: 9866537.

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

Color convert

RGB41141150-
CMYK0.730.0600.41
HSL184.95º57.07%37.45%-
HSV(B)184.95º72.67%58.82%-
XYZ15.9421.7232.21-
YUV112.13149.3777.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=12.35%
G=42.47%
B=45.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411411500.730.0600.41184.9557.0737.45
Hex298D96496029b93925
Octal5121522611160512717145
Binary10100110001101100101101001001110010100110111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298D96; }

 p { color: rgb(41,141,150); }

 H1.HeaderClassName
 {
   color: #298D96;
 }
 .AnyTagClassName
 {
   color: #298D96;
 }
</style>
background-color css

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

 a { background-color: rgb(41,141,150); }

 div.DivClassName
 {
   background-color: #298D96;
 }
 .BgClassName
 {
   background-color: #298D96;
 }
</style>
border-color css

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

 span { border-color: rgb(41,141,150); }

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