Html Css Color HEX #28908E Java

📋 copy color: '#28908E'

red 40 ◦ green 144 ◦ blue 142

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

Shades of Java #28908E

Tints of Java #28908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 12.27%
G = 44.17%
B = 43.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#28908E (or 0x28908E) is known color: Java. HEX triplet: 28, 90 and 8E. RGB value is (40,144,142). Sum of RGB (Red+Green+Blue) = 40+144+142=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #28908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908E is #D76F71. Grayscale: #707070. Windows color (decimal): -14118770 or 9343016. OLE color: 9343016.

HSL color Cylindrical-coordinate representation of color #28908E: hue angle of 178.85º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28908E is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 144 142 -
CMYK 0.72 0 0.01 0.44
HSL 178.85º 0.57% 0.36% -
HSV(B) 178.85º 0.72% 0.56% -
XYZ 15.73 22.35 29.08 -
YUV 112.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 40 144 142 0.72 0 0.01 0.44 178.85 0.57 0.36
Hex 28 90 8E 48 0 1 2C B3 39 24
Octal 50 220 216 110 0 1 54 263 71 44
Binary 101000 10010000 10001110 1001000 0 1 101100 10110011 111001 100100

Color Harmonies of #28908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28908E

Black with #28908E

Text Example


Text Example

White with #28908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28908E; }

 p { color: rgb(40,144,142); }

 H1.HeaderClassName
 {
   color: #28908E;
 }
 .AnyTagClassName
 {
   color: #28908E;
 }
</style>

background-color css

<style>
 a { background-color: #28908E; }

 a { background-color: rgb(40,144,142); }

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

border-color css

<style>
 span { border-color: #28908E; }

 span { border-color: rgb(40,144,142); }

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