Html Css Color HEX #289B9B Java

📋 copy color: '#289B9B'

red 40 ◦ green 155 ◦ blue 155

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

Shades of Java #289B9B

Tints of Java #289B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 11.43%
G = 44.29%
B = 44.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#289B9B (or 0x289B9B) is known color: Java. HEX triplet: 28, 9B and 9B. RGB value is (40,155,155). Sum of RGB (Red+Green+Blue) = 40+155+155=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #289B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B9B is #D76464. Grayscale: #787878. Windows color (decimal): -14115941 or 10197800. OLE color: 10197800.

HSL color Cylindrical-coordinate representation of color #289B9B: hue angle of 180º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B9B is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 155 155 -
CMYK 0.74 0 0 0.39
HSL 180º 0.59% 0.38% -
HSV(B) 180º 0.74% 0.61% -
XYZ 18.51 26.26 35.1 -
YUV 120.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 40 155 155 0.74 0 0 0.39 180 0.59 0.38
Hex 28 9B 9B 4A 0 0 27 B4 3B 26
Octal 50 233 233 112 0 0 47 264 73 46
Binary 101000 10011011 10011011 1001010 0 0 100111 10110100 111011 100110

Color Harmonies of #289B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289B9B

Black with #289B9B

Text Example


Text Example

White with #289B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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