Html Css Color HEX #218B99 Java

📋 copy color: '#218B99'

red 33 ◦ green 139 ◦ blue 153

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

Shades of Java #218B99

Tints of Java #218B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 10.15%
G = 42.77%
B = 47.08%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#218B99 (or 0x218B99) is known color: Java. HEX triplet: 21, 8B and 99. RGB value is (33,139,153). Sum of RGB (Red+Green+Blue) = 33+139+153=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #218B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B99 is #DE7466. Grayscale: #6C6C6C. Windows color (decimal): -14578791 or 10062625. OLE color: 10062625.

HSL color Cylindrical-coordinate representation of color #218B99: hue angle of 187º degrees, saturation: 0.65, 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 #218B99 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 139 153 -
CMYK 0.78 0.09 0 0.4
HSL 187º 0.65% 0.36% -
HSV(B) 187º 0.78% 0.6% -
XYZ 15.61 21.09 33.38 -
YUV 108.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 33 139 153 0.78 0.09 0 0.4 187 0.65 0.36
Hex 21 8B 99 4E 9 0 28 BB 41 24
Octal 41 213 231 116 11 0 50 273 101 44
Binary 100001 10001011 10011001 1001110 1001 0 101000 10111011 1000001 100100

Color Harmonies of #218B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B99

Black with #218B99

Text Example


Text Example

White with #218B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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