Html Css Color HEX #28868B Java

📋 copy color: '#28868B'

red 40 ◦ green 134 ◦ blue 139

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

Shades of Java #28868B

Tints of Java #28868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

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

R = 12.78%
G = 42.81%
B = 44.41%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28868B (or 0x28868B) is known color: Java. HEX triplet: 28, 86 and 8B. RGB value is (40,134,139). Sum of RGB (Red+Green+Blue) = 40+134+139=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #28868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28868B is #D77974. Grayscale: #6A6A6A. Windows color (decimal): -14121333 or 9143848. OLE color: 9143848.

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

Color convert

RGB 40 134 139 -
CMYK 0.71 0.04 0 0.45
HSL 183.03º 0.55% 0.35% -
HSV(B) 183.03º 0.71% 0.55% -
XYZ 14.06 19.37 27.42 -
YUV 106.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 40 134 139 0.71 0.04 0 0.45 183.03 0.55 0.35
Hex 28 86 8B 47 4 0 2D B7 37 23
Octal 50 206 213 107 4 0 55 267 67 43
Binary 101000 10000110 10001011 1000111 100 0 101101 10110111 110111 100011

Color Harmonies of #28868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28868B

Black with #28868B

Text Example


Text Example

White with #28868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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