Html Css Color HEX #28888C Java

📋 copy color: '#28888C'

red 40 ◦ green 136 ◦ blue 140

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

Shades of Java #28888C

Tints of Java #28888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

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

R = 12.66%
G = 43.04%
B = 44.3%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28888C (or 0x28888C) is known color: Java. HEX triplet: 28, 88 and 8C. RGB value is (40,136,140). Sum of RGB (Red+Green+Blue) = 40+136+140=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #28888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28888C is #D77773. Grayscale: #6B6B6B. Windows color (decimal): -14120820 or 9209896. OLE color: 9209896.

HSL color Cylindrical-coordinate representation of color #28888C: hue angle of 182.4º 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 #28888C is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 136 140 -
CMYK 0.71 0.03 0 0.45
HSL 182.4º 0.56% 0.35% -
HSV(B) 182.4º 0.71% 0.55% -
XYZ 14.41 19.95 27.9 -
YUV 107.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 40 136 140 0.71 0.03 0 0.45 182.4 0.56 0.35
Hex 28 88 8C 47 3 0 2D B6 38 23
Octal 50 210 214 107 3 0 55 266 70 43
Binary 101000 10001000 10001100 1000111 11 0 101101 10110110 111000 100011

Color Harmonies of #28888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28888C

Black with #28888C

Text Example


Text Example

White with #28888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28888C; }

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

 H1.HeaderClassName
 {
   color: #28888C;
 }
 .AnyTagClassName
 {
   color: #28888C;
 }
</style>

background-color css

<style>
 a { background-color: #28888C; }

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

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

border-color css

<style>
 span { border-color: #28888C; }

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

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