Html Css Color HEX #218E9A Java

📋 copy color: '#218E9A'

red 33 ◦ green 142 ◦ blue 154

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

Shades of Java #218E9A

Tints of Java #218E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 10.03%
G = 43.16%
B = 46.81%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#218E9A (or 0x218E9A) is known color: Java. HEX triplet: 21, 8E and 9A. RGB value is (33,142,154). Sum of RGB (Red+Green+Blue) = 33+142+154=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #218E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E9A is #DE7165. Grayscale: #6E6E6E. Windows color (decimal): -14578022 or 10128929. OLE color: 10128929.

HSL color Cylindrical-coordinate representation of color #218E9A: hue angle of 185.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218E9A is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 142 154 -
CMYK 0.79 0.08 0 0.40
HSL 185.95º 0.65% 0.37% -
HSV(B) 185.95º 0.79% 0.6% -
XYZ 16.13 22 33.97 -
YUV 110.78 152.39 72.52 -
System Red Green Blue C M Y K H S L
Decimal 33 142 154 0.79 0.08 0 0.40 185.95 0.65 0.37
Hex 21 8E 9A 4F 8 0 28 BA 41 25
Octal 41 216 232 117 10 0 50 272 101 45
Binary 100001 10001110 10011010 1001111 1000 0 101000 10111010 1000001 100101

Color Harmonies of #218E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E9A

Black with #218E9A

Text Example


Text Example

White with #218E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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