#228A97

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

Shades of Java #228A97

Tints of Java #228A97

Color information

#228A97 (or 0x228A97) is unknown color: approx Java. HEX triplet: 22, 8A and 97. RGB value is (34,138,151). Sum of RGB (Red+Green+Blue) = 34+138+151=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #228A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228A97 is #DD7568. Grayscale: #6C6C6C. Windows color (decimal): -14513513 or 9931298. OLE color: 9931298.

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

Color convert

RGB34138151-
CMYK0.770.0900.41
HSL186.67º63.24%36.27%-
HSV(B)186.67º77.48%59.22%-
XYZ15.3320.7532.48-
YUV108.39152.0474.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=10.53%
G=42.72%
B=46.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341381510.770.0900.41186.6763.2436.27
Hex228A974D9029bb3f24
Octal42212227115110512737744
Binary100010100010101001011110011011001010100110111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,138,151); }

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

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

 a { background-color: rgb(34,138,151); }

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

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

 span { border-color: rgb(34,138,151); }

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