Html Css Color HEX #288B88 Java

📋 copy color: '#288B88'

red 40 ◦ green 139 ◦ blue 136

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

Shades of Java #288B88

Tints of Java #288B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 12.7%
G = 44.13%
B = 43.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#288B88 (or 0x288B88) is known color: Java. HEX triplet: 28, 8B and 88. RGB value is (40,139,136). Sum of RGB (Red+Green+Blue) = 40+139+136=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #288B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B88 is #D77477. Grayscale: #6C6C6C. Windows color (decimal): -14120056 or 8948520. OLE color: 8948520.

HSL color Cylindrical-coordinate representation of color #288B88: hue angle of 178.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B88 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 139 136 -
CMYK 0.71 0 0.02 0.45
HSL 178.18º 0.55% 0.35% -
HSV(B) 178.18º 0.71% 0.55% -
XYZ 14.55 20.69 26.52 -
YUV 109.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 40 139 136 0.71 0 0.02 0.45 178.18 0.55 0.35
Hex 28 8B 88 47 0 2 2D B2 37 23
Octal 50 213 210 107 0 2 55 262 67 43
Binary 101000 10001011 10001000 1000111 0 10 101101 10110010 110111 100011

Color Harmonies of #288B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B88

Black with #288B88

Text Example


Text Example

White with #288B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,139,136); }

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

background-color css

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

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

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

border-color css

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

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

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