Html Css Color HEX #288D93 Java

📋 copy color: '#288D93'

red 40 ◦ green 141 ◦ blue 147

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

Shades of Java #288D93

Tints of Java #288D93

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 12.2%
G = 42.99%
B = 44.82%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#288D93 (or 0x288D93) is known color: Java. HEX triplet: 28, 8D and 93. RGB value is (40,141,147). Sum of RGB (Red+Green+Blue) = 40+141+147=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #288D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D93 is #D7726C. Grayscale: #6F6F6F. Windows color (decimal): -14119533 or 9669928. OLE color: 9669928.

HSL color Cylindrical-coordinate representation of color #288D93: hue angle of 183.36º 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 #288D93 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 141 147 -
CMYK 0.73 0.04 0 0.42
HSL 183.36º 0.57% 0.37% -
HSV(B) 183.36º 0.73% 0.58% -
XYZ 15.67 21.61 30.95 -
YUV 111.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 40 141 147 0.73 0.04 0 0.42 183.36 0.57 0.37
Hex 28 8D 93 49 4 0 2A B7 39 25
Octal 50 215 223 111 4 0 52 267 71 45
Binary 101000 10001101 10010011 1001001 100 0 101010 10110111 111001 100101

Color Harmonies of #288D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D93

Black with #288D93

Text Example


Text Example

White with #288D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,147); }

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

background-color css

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

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

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

border-color css

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

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

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