Html Css Color HEX #288D97 Java

📋 copy color: '#288D97'

red 40 ◦ green 141 ◦ blue 151

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

Shades of Java #288D97

Tints of Java #288D97

RGB

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

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

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

R = 12.05%
G = 42.47%
B = 45.48%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#288D97 (or 0x288D97) is known color: Java. HEX triplet: 28, 8D and 97. RGB value is (40,141,151). Sum of RGB (Red+Green+Blue) = 40+141+151=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #288D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D97 is #D77268. Grayscale: #6F6F6F. Windows color (decimal): -14119529 or 9932072. OLE color: 9932072.

HSL color Cylindrical-coordinate representation of color #288D97: hue angle of 185.41º 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 #288D97 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 141 151 -
CMYK 0.74 0.07 0 0.41
HSL 185.41º 0.58% 0.37% -
HSV(B) 185.41º 0.74% 0.59% -
XYZ 15.99 21.74 32.63 -
YUV 111.94 150.04 76.69 -
System Red Green Blue C M Y K H S L
Decimal 40 141 151 0.74 0.07 0 0.41 185.41 0.58 0.37
Hex 28 8D 97 4A 7 0 29 B9 3A 25
Octal 50 215 227 112 7 0 51 271 72 45
Binary 101000 10001101 10010111 1001010 111 0 101001 10111001 111010 100101

Color Harmonies of #288D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D97

Black with #288D97

Text Example


Text Example

White with #288D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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