Html Css Color HEX #28888B Java

📋 copy color: '#28888B'

red 40 ◦ green 136 ◦ blue 139

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

Shades of Java #28888B

Tints of Java #28888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 12.7%
G = 43.17%
B = 44.13%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28888B (or 0x28888B) is known color: Java. HEX triplet: 28, 88 and 8B. RGB value is (40,136,139). Sum of RGB (Red+Green+Blue) = 40+136+139=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #28888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28888B is #D77774. Grayscale: #6B6B6B. Windows color (decimal): -14120821 or 9144360. OLE color: 9144360.

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

Color convert

RGB 40 136 139 -
CMYK 0.71 0.02 0 0.45
HSL 181.82º 0.55% 0.35% -
HSV(B) 181.82º 0.71% 0.55% -
XYZ 14.34 19.92 27.52 -
YUV 107.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 40 136 139 0.71 0.02 0 0.45 181.82 0.55 0.35
Hex 28 88 8B 47 2 0 2D B6 37 23
Octal 50 210 213 107 2 0 55 266 67 43
Binary 101000 10001000 10001011 1000111 10 0 101101 10110110 110111 100011

Color Harmonies of #28888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28888B

Black with #28888B

Text Example


Text Example

White with #28888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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