Html Css Color HEX #218B98 Java

📋 copy color: '#218B98'

red 33 ◦ green 139 ◦ blue 152

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

Shades of Java #218B98

Tints of Java #218B98

RGB

 RED value IS 33 (13.28% from 255) = 10.19%

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 10.19%
G = 42.9%
B = 46.91%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#218B98 (or 0x218B98) is known color: Java. HEX triplet: 21, 8B and 98. RGB value is (33,139,152). Sum of RGB (Red+Green+Blue) = 33+139+152=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #218B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B98 is #DE7467. Grayscale: #6C6C6C. Windows color (decimal): -14578792 or 9997089. OLE color: 9997089.

HSL color Cylindrical-coordinate representation of color #218B98: hue angle of 186.55º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218B98 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 139 152 -
CMYK 0.78 0.09 0 0.40
HSL 186.55º 0.64% 0.36% -
HSV(B) 186.55º 0.78% 0.6% -
XYZ 15.53 21.06 32.95 -
YUV 108.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 33 139 152 0.78 0.09 0 0.40 186.55 0.64 0.36
Hex 21 8B 98 4E 9 0 28 BB 40 24
Octal 41 213 230 116 11 0 50 273 100 44
Binary 100001 10001011 10011000 1001110 1001 0 101000 10111011 1000000 100100

Color Harmonies of #218B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B98

Black with #218B98

Text Example


Text Example

White with #218B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #218B98;
 }
 .AnyTagClassName
 {
   color: #218B98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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