Html Css Color HEX #288E97 Java

📋 copy color: '#288E97'

red 40 ◦ green 142 ◦ blue 151

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

Shades of Java #288E97

Tints of Java #288E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 12.01%
G = 42.64%
B = 45.35%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288E97 (or 0x288E97) is known color: Java. HEX triplet: 28, 8E and 97. RGB value is (40,142,151). Sum of RGB (Red+Green+Blue) = 40+142+151=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #288E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E97 is #D77168. Grayscale: #707070. Windows color (decimal): -14119273 or 9932328. OLE color: 9932328.

HSL color Cylindrical-coordinate representation of color #288E97: hue angle of 184.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288E97 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 142 151 -
CMYK 0.74 0.06 0 0.41
HSL 184.86º 0.58% 0.37% -
HSV(B) 184.86º 0.74% 0.59% -
XYZ 16.13 22.03 32.68 -
YUV 112.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 40 142 151 0.74 0.06 0 0.41 184.86 0.58 0.37
Hex 28 8E 97 4A 6 0 29 B9 3A 25
Octal 50 216 227 112 6 0 51 271 72 45
Binary 101000 10001110 10010111 1001010 110 0 101001 10111001 111010 100101

Color Harmonies of #288E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E97

Black with #288E97

Text Example


Text Example

White with #288E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288E97; }

 p { color: rgb(40,142,151); }

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

background-color css

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

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

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

border-color css

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

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

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