Html Css Color HEX #218B97 Java

📋 copy color: '#218B97'

red 33 ◦ green 139 ◦ blue 151

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

Shades of Java #218B97

Tints of Java #218B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 10.22%
G = 43.03%
B = 46.75%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#218B97 (or 0x218B97) is known color: Java. HEX triplet: 21, 8B and 97. RGB value is (33,139,151). Sum of RGB (Red+Green+Blue) = 33+139+151=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 139 (54.69% from 255 or 43.03% 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 #218B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B97 is #DE7468. Grayscale: #6C6C6C. Windows color (decimal): -14578793 or 9931553. OLE color: 9931553.

HSL color Cylindrical-coordinate representation of color #218B97: hue angle of 186.1º 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 #218B97 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 139 151 -
CMYK 0.78 0.08 0 0.41
HSL 186.1º 0.64% 0.36% -
HSV(B) 186.1º 0.78% 0.59% -
XYZ 15.45 21.02 32.52 -
YUV 108.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 33 139 151 0.78 0.08 0 0.41 186.1 0.64 0.36
Hex 21 8B 97 4E 8 0 29 BA 40 24
Octal 41 213 227 116 10 0 51 272 100 44
Binary 100001 10001011 10010111 1001110 1000 0 101001 10111010 1000000 100100

Color Harmonies of #218B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B97

Black with #218B97

Text Example


Text Example

White with #218B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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