Html Css Color HEX #28939C Java

📋 copy color: '#28939C'

red 40 ◦ green 147 ◦ blue 156

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

Shades of Java #28939C

Tints of Java #28939C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 11.66%
G = 42.86%
B = 45.48%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28939C (or 0x28939C) is known color: Java. HEX triplet: 28, 93 and 9C. RGB value is (40,147,156). Sum of RGB (Red+Green+Blue) = 40+147+156=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #28939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28939C is #D76C63. Grayscale: #737373. Windows color (decimal): -14117988 or 10261288. OLE color: 10261288.

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

Color convert

RGB 40 147 156 -
CMYK 0.74 0.06 0 0.39
HSL 184.66º 0.59% 0.38% -
HSV(B) 184.66º 0.74% 0.61% -
XYZ 17.31 23.72 35.12 -
YUV 116.03 150.55 73.77 -
System Red Green Blue C M Y K H S L
Decimal 40 147 156 0.74 0.06 0 0.39 184.66 0.59 0.38
Hex 28 93 9C 4A 6 0 27 B9 3B 26
Octal 50 223 234 112 6 0 47 271 73 46
Binary 101000 10010011 10011100 1001010 110 0 100111 10111001 111011 100110

Color Harmonies of #28939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28939C

Black with #28939C

Text Example


Text Example

White with #28939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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