Html Css Color HEX #298D96 Java

📋 copy color: '#298D96'

red 41 ◦ green 141 ◦ blue 150

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

Shades of Java #298D96

Tints of Java #298D96

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 value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#298D96 (or 0x298D96) is known color: 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

RGB 41 141 150 -
CMYK 0.73 0.06 0 0.41
HSL 184.95º 0.57% 0.37% -
HSV(B) 184.95º 0.73% 0.59% -
XYZ 15.94 21.72 32.21 -
YUV 112.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 41 141 150 0.73 0.06 0 0.41 184.95 0.57 0.37
Hex 29 8D 96 49 6 0 29 B9 39 25
Octal 51 215 226 111 6 0 51 271 71 45
Binary 101001 10001101 10010110 1001001 110 0 101001 10111001 111001 100101

Color Harmonies of #298D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298D96

Black with #298D96

Text Example


Text Example

White with #298D96

Text Example


Text Example

HTML Codes & Css Web 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>