Html Css Color HEX #218B96 Java

📋 copy color: '#218B96'

red 33 ◦ green 139 ◦ blue 150

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

Shades of Java #218B96

Tints of Java #218B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 10.25%
G = 43.17%
B = 46.58%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#218B96 (or 0x218B96) is known color: Java. HEX triplet: 21, 8B and 96. RGB value is (33,139,150). Sum of RGB (Red+Green+Blue) = 33+139+150=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #218B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B96 is #DE7469. Grayscale: #6C6C6C. Windows color (decimal): -14578794 or 9866017. OLE color: 9866017.

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

Color convert

RGB 33 139 150 -
CMYK 0.78 0.07 0 0.41
HSL 185.64º 0.64% 0.36% -
HSV(B) 185.64º 0.78% 0.59% -
XYZ 15.36 20.99 32.1 -
YUV 108.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 33 139 150 0.78 0.07 0 0.41 185.64 0.64 0.36
Hex 21 8B 96 4E 7 0 29 BA 40 24
Octal 41 213 226 116 7 0 51 272 100 44
Binary 100001 10001011 10010110 1001110 111 0 101001 10111010 1000000 100100

Color Harmonies of #218B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B96

Black with #218B96

Text Example


Text Example

White with #218B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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