#228D94

Color #228D94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #228D94

Tints of Java #228D94

Color information

#228D94 (or 0x228D94) is unknown color: approx Java. HEX triplet: 22, 8D and 94. RGB value is (34,141,148). Sum of RGB (Red+Green+Blue) = 34+141+148=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #228D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228D94 is #DD726B. Grayscale: #6D6D6D. Windows color (decimal): -14512748 or 9735458. OLE color: 9735458.

HSL color Cylindrical-coordinate representation of color #228D94: hue angle of 183.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228D94 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34141148-
CMYK0.770.0500.42
HSL183.68º62.64%35.69%-
HSV(B)183.68º77.03%58.04%-
XYZ15.5321.5331.35-
YUV109.8149.5573.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=10.53%
G=43.65%
B=45.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341411480.770.0500.42183.6862.6435.69
Hex228D944D502Ab83f24
Octal4221522411550522707744
Binary10001010001101100101001001101101010101010111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228D94; }

 p { color: rgb(34,141,148); }

 H1.HeaderClassName
 {
   color: #228D94;
 }
 .AnyTagClassName
 {
   color: #228D94;
 }
</style>
background-color css

<style>
 a { background-color: #228D94; }

 a { background-color: rgb(34,141,148); }

 div.DivClassName
 {
   background-color: #228D94;
 }
 .BgClassName
 {
   background-color: #228D94;
 }
</style>
border-color css

<style>
 span { border-color: #228D94; }

 span { border-color: rgb(34,141,148); }

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