#218B93

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

Shades of Java #218B93

Tints of Java #218B93

Color information

#218B93 (or 0x218B93) is unknown color: approx Java. HEX triplet: 21, 8B and 93. RGB value is (33,139,147). Sum of RGB (Red+Green+Blue) = 33+139+147=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #218B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B93 is #DE746C. Grayscale: #6C6C6C. Windows color (decimal): -14578797 or 9669409. OLE color: 9669409.

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

Color convert

RGB33139147-
CMYK0.780.0500.42
HSL184.21º63.33%35.29%-
HSV(B)184.21º77.55%57.65%-
XYZ15.1320.930.84-
YUV108.22149.8874.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=10.34%
G=43.57%
B=46.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331391470.780.0500.42184.2163.3335.29
Hex218B934E502Ab83f23
Octal4121322311650522707743
Binary10000110001011100100111001110101010101010111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218B93; }

 p { color: rgb(33,139,147); }

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

<style>
 a { background-color: #218B93; }

 a { background-color: rgb(33,139,147); }

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

<style>
 span { border-color: #218B93; }

 span { border-color: rgb(33,139,147); }

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