Html Css Color HEX #298C86 Java

📋 copy color: '#298C86'

red 41 ◦ green 140 ◦ blue 134

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

Shades of Java #298C86

Tints of Java #298C86

RGB

 RED value IS 41 (16.41% from 255) = 13.02%

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

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 13.02%
G = 44.44%
B = 42.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#298C86 (or 0x298C86) is known color: Java. HEX triplet: 29, 8C and 86. RGB value is (41,140,134). Sum of RGB (Red+Green+Blue) = 41+140+134=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #298C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C86 is #D67379. Grayscale: #6D6D6D. Windows color (decimal): -14054266 or 8817705. OLE color: 8817705.

HSL color Cylindrical-coordinate representation of color #298C86: hue angle of 176.36º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C86 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 134 -
CMYK 0.71 0 0.04 0.45
HSL 176.36º 0.55% 0.35% -
HSV(B) 176.36º 0.71% 0.55% -
XYZ 14.6 20.95 25.83 -
YUV 109.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 41 140 134 0.71 0 0.04 0.45 176.36 0.55 0.35
Hex 29 8C 86 47 0 4 2D B0 37 23
Octal 51 214 206 107 0 4 55 260 67 43
Binary 101001 10001100 10000110 1000111 0 100 101101 10110000 110111 100011

Color Harmonies of #298C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C86

Black with #298C86

Text Example


Text Example

White with #298C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,140,134); }

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

background-color css

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

 a { background-color: rgb(41,140,134); }

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

border-color css

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

 span { border-color: rgb(41,140,134); }

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