Html Css Color HEX #218E97 Java

📋 copy color: '#218E97'

red 33 ◦ green 142 ◦ blue 151

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

Shades of Java #218E97

Tints of Java #218E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

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

R = 10.12%
G = 43.56%
B = 46.32%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#218E97 (or 0x218E97) is known color: Java. HEX triplet: 21, 8E and 97. RGB value is (33,142,151). Sum of RGB (Red+Green+Blue) = 33+142+151=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #218E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E97 is #DE7168. Grayscale: #6E6E6E. Windows color (decimal): -14578025 or 9932321. OLE color: 9932321.

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

Color convert

RGB 33 142 151 -
CMYK 0.78 0.06 0 0.41
HSL 184.58º 0.64% 0.36% -
HSV(B) 184.58º 0.78% 0.59% -
XYZ 15.89 21.9 32.67 -
YUV 110.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 33 142 151 0.78 0.06 0 0.41 184.58 0.64 0.36
Hex 21 8E 97 4E 6 0 29 B9 40 24
Octal 41 216 227 116 6 0 51 271 100 44
Binary 100001 10001110 10010111 1001110 110 0 101001 10111001 1000000 100100

Color Harmonies of #218E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E97

Black with #218E97

Text Example


Text Example

White with #218E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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