Html Css Color HEX #288D8D Java

📋 copy color: '#288D8D'

red 40 ◦ green 141 ◦ blue 141

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

Shades of Java #288D8D

Tints of Java #288D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 12.42%
G = 43.79%
B = 43.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#288D8D (or 0x288D8D) is known color: Java. HEX triplet: 28, 8D and 8D. RGB value is (40,141,141). Sum of RGB (Red+Green+Blue) = 40+141+141=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #288D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D8D is #D77272. Grayscale: #6E6E6E. Windows color (decimal): -14119539 or 9276712. OLE color: 9276712.

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

Color convert

RGB 40 141 141 -
CMYK 0.72 0 0 0.45
HSL 180º 0.56% 0.35% -
HSV(B) 180º 0.72% 0.55% -
XYZ 15.21 21.42 28.53 -
YUV 110.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 40 141 141 0.72 0 0 0.45 180 0.56 0.35
Hex 28 8D 8D 48 0 0 2D B4 38 23
Octal 50 215 215 110 0 0 55 264 70 43
Binary 101000 10001101 10001101 1001000 0 0 101101 10110100 111000 100011

Color Harmonies of #288D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D8D

Black with #288D8D

Text Example


Text Example

White with #288D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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