Html Css Color HEX #288A8C Java

📋 copy color: '#288A8C'

red 40 ◦ green 138 ◦ blue 140

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

Shades of Java #288A8C

Tints of Java #288A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

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

R = 12.58%
G = 43.4%
B = 44.03%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#288A8C (or 0x288A8C) is known color: Java. HEX triplet: 28, 8A and 8C. RGB value is (40,138,140). Sum of RGB (Red+Green+Blue) = 40+138+140=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #288A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A8C is #D77573. Grayscale: #6C6C6C. Windows color (decimal): -14120308 or 9210408. OLE color: 9210408.

HSL color Cylindrical-coordinate representation of color #288A8C: hue angle of 181.2º degrees, saturation: 0.56, 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 #288A8C is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 138 140 -
CMYK 0.71 0.01 0 0.45
HSL 181.2º 0.56% 0.35% -
HSV(B) 181.2º 0.71% 0.55% -
XYZ 14.7 20.52 28 -
YUV 108.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 40 138 140 0.71 0.01 0 0.45 181.2 0.56 0.35
Hex 28 8A 8C 47 1 0 2D B5 38 23
Octal 50 212 214 107 1 0 55 265 70 43
Binary 101000 10001010 10001100 1000111 1 0 101101 10110101 111000 100011

Color Harmonies of #288A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A8C

Black with #288A8C

Text Example


Text Example

White with #288A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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