Html Css Color HEX #288F8C Java

📋 copy color: '#288F8C'

red 40 ◦ green 143 ◦ blue 140

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

Shades of Java #288F8C

Tints of Java #288F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 12.38%
G = 44.27%
B = 43.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#288F8C (or 0x288F8C) is known color: Java. HEX triplet: 28, 8F and 8C. RGB value is (40,143,140). Sum of RGB (Red+Green+Blue) = 40+143+140=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #288F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F8C is #D77073. Grayscale: #6F6F6F. Windows color (decimal): -14119028 or 9211688. OLE color: 9211688.

HSL color Cylindrical-coordinate representation of color #288F8C: hue angle of 178.25º 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 #288F8C is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 140 -
CMYK 0.72 0 0.02 0.44
HSL 178.25º 0.56% 0.36% -
HSV(B) 178.25º 0.72% 0.56% -
XYZ 15.43 21.99 28.24 -
YUV 111.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 40 143 140 0.72 0 0.02 0.44 178.25 0.56 0.36
Hex 28 8F 8C 48 0 2 2C B2 38 24
Octal 50 217 214 110 0 2 54 262 70 44
Binary 101000 10001111 10001100 1001000 0 10 101100 10110010 111000 100100

Color Harmonies of #288F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F8C

Black with #288F8C

Text Example


Text Example

White with #288F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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