Html Css Color HEX #218E84 Java

📋 copy color: '#218E84'

red 33 ◦ green 142 ◦ blue 132

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

Shades of Java #218E84

Tints of Java #218E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43%

R = 10.75%
G = 46.25%
B = 43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#218E84 (or 0x218E84) is known color: Java. HEX triplet: 21, 8E and 84. RGB value is (33,142,132). Sum of RGB (Red+Green+Blue) = 33+142+132=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #218E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E84 is #DE717B. Grayscale: #6C6C6C. Windows color (decimal): -14578044 or 8687137. OLE color: 8687137.

HSL color Cylindrical-coordinate representation of color #218E84: hue angle of 174.5º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E84 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 142 132 -
CMYK 0.77 0 0.07 0.44
HSL 174.5º 0.62% 0.34% -
HSV(B) 174.5º 0.77% 0.56% -
XYZ 14.47 21.34 25.19 -
YUV 108.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 33 142 132 0.77 0 0.07 0.44 174.5 0.62 0.34
Hex 21 8E 84 4D 0 7 2C AE 3E 22
Octal 41 216 204 115 0 7 54 256 76 42
Binary 100001 10001110 10000100 1001101 0 111 101100 10101110 111110 100010

Color Harmonies of #218E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E84

Black with #218E84

Text Example


Text Example

White with #218E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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