Html Css Color HEX #288F8A Java

📋 copy color: '#288F8A'

red 40 ◦ green 143 ◦ blue 138

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

Shades of Java #288F8A

Tints of Java #288F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 12.46%
G = 44.55%
B = 42.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#288F8A (or 0x288F8A) is known color: Java. HEX triplet: 28, 8F and 8A. RGB value is (40,143,138). Sum of RGB (Red+Green+Blue) = 40+143+138=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #288F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F8A is #D77075. Grayscale: #6F6F6F. Windows color (decimal): -14119030 or 9080616. OLE color: 9080616.

HSL color Cylindrical-coordinate representation of color #288F8A: hue angle of 177.09º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F8A is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 138 -
CMYK 0.72 0 0.03 0.44
HSL 177.09º 0.56% 0.36% -
HSV(B) 177.09º 0.72% 0.56% -
XYZ 15.28 21.93 27.47 -
YUV 111.63 142.88 76.91 -
System Red Green Blue C M Y K H S L
Decimal 40 143 138 0.72 0 0.03 0.44 177.09 0.56 0.36
Hex 28 8F 8A 48 0 3 2C B1 38 24
Octal 50 217 212 110 0 3 54 261 70 44
Binary 101000 10001111 10001010 1001000 0 11 101100 10110001 111000 100100

Color Harmonies of #288F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F8A

Black with #288F8A

Text Example


Text Example

White with #288F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,138); }

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

background-color css

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

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

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

border-color css

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

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

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