Html Css Color HEX #298C88 Java

📋 copy color: '#298C88'

red 41 ◦ green 140 ◦ blue 136

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

Shades of Java #298C88

Tints of Java #298C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 12.93%
G = 44.16%
B = 42.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#298C88 (or 0x298C88) is known color: Java. HEX triplet: 29, 8C and 88. RGB value is (41,140,136). Sum of RGB (Red+Green+Blue) = 41+140+136=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #298C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C88 is #D67377. Grayscale: #6D6D6D. Windows color (decimal): -14054264 or 8948777. OLE color: 8948777.

HSL color Cylindrical-coordinate representation of color #298C88: hue angle of 177.58º 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 #298C88 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 136 -
CMYK 0.71 0 0.03 0.45
HSL 177.58º 0.55% 0.35% -
HSV(B) 177.58º 0.71% 0.55% -
XYZ 14.74 21.01 26.57 -
YUV 109.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 41 140 136 0.71 0 0.03 0.45 177.58 0.55 0.35
Hex 29 8C 88 47 0 3 2D B2 37 23
Octal 51 214 210 107 0 3 55 262 67 43
Binary 101001 10001100 10001000 1000111 0 11 101101 10110010 110111 100011

Color Harmonies of #298C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C88

Black with #298C88

Text Example


Text Example

White with #298C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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