Html Css Color HEX #289494 Java

📋 copy color: '#289494'

red 40 ◦ green 148 ◦ blue 148

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

Shades of Java #289494

Tints of Java #289494

RGB

 RED value IS 40 (16.02% from 255) = 11.9%

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 11.9%
G = 44.05%
B = 44.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#289494 (or 0x289494) is known color: Java. HEX triplet: 28, 94 and 94. RGB value is (40,148,148). Sum of RGB (Red+Green+Blue) = 40+148+148=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #289494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289494 is #D76B6B. Grayscale: #737373. Windows color (decimal): -14117740 or 9737256. OLE color: 9737256.

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

Color convert

RGB 40 148 148 -
CMYK 0.73 0 0 0.42
HSL 180º 0.57% 0.37% -
HSV(B) 180º 0.73% 0.58% -
XYZ 16.81 23.77 31.72 -
YUV 115.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 40 148 148 0.73 0 0 0.42 180 0.57 0.37
Hex 28 94 94 49 0 0 2A B4 39 25
Octal 50 224 224 111 0 0 52 264 71 45
Binary 101000 10010100 10010100 1001001 0 0 101010 10110100 111001 100101

Color Harmonies of #289494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289494

Black with #289494

Text Example


Text Example

White with #289494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289494; }

 p { color: rgb(40,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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