Html Css Color HEX #28939A Java

📋 copy color: '#28939A'

red 40 ◦ green 147 ◦ blue 154

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

Shades of Java #28939A

Tints of Java #28939A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 11.73%
G = 43.11%
B = 45.16%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28939A (or 0x28939A) is known color: Java. HEX triplet: 28, 93 and 9A. RGB value is (40,147,154). Sum of RGB (Red+Green+Blue) = 40+147+154=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #28939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28939A is #D76C65. Grayscale: #737373. Windows color (decimal): -14117990 or 10130216. OLE color: 10130216.

HSL color Cylindrical-coordinate representation of color #28939A: hue angle of 183.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28939A is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 147 154 -
CMYK 0.74 0.05 0 0.40
HSL 183.68º 0.59% 0.38% -
HSV(B) 183.68º 0.74% 0.6% -
XYZ 17.14 23.65 34.23 -
YUV 115.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 40 147 154 0.74 0.05 0 0.40 183.68 0.59 0.38
Hex 28 93 9A 4A 5 0 28 B8 3B 26
Octal 50 223 232 112 5 0 50 270 73 46
Binary 101000 10010011 10011010 1001010 101 0 101000 10111000 111011 100110

Color Harmonies of #28939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28939A

Black with #28939A

Text Example


Text Example

White with #28939A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28939A; }

 p { color: rgb(40,147,154); }

 H1.HeaderClassName
 {
   color: #28939A;
 }
 .AnyTagClassName
 {
   color: #28939A;
 }
</style>

background-color css

<style>
 a { background-color: #28939A; }

 a { background-color: rgb(40,147,154); }

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

border-color css

<style>
 span { border-color: #28939A; }

 span { border-color: rgb(40,147,154); }

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