Html Css Color HEX #218D99 Java

📋 copy color: '#218D99'

red 33 ◦ green 141 ◦ blue 153

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

Shades of Java #218D99

Tints of Java #218D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 10.09%
G = 43.12%
B = 46.79%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#218D99 (or 0x218D99) is known color: Java. HEX triplet: 21, 8D and 99. RGB value is (33,141,153). Sum of RGB (Red+Green+Blue) = 33+141+153=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #218D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D99 is #DE7266. Grayscale: #6D6D6D. Windows color (decimal): -14578279 or 10063137. OLE color: 10063137.

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

Color convert

RGB 33 141 153 -
CMYK 0.78 0.08 0 0.4
HSL 186º 0.65% 0.36% -
HSV(B) 186º 0.78% 0.6% -
XYZ 15.9 21.67 33.48 -
YUV 110.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 33 141 153 0.78 0.08 0 0.4 186 0.65 0.36
Hex 21 8D 99 4E 8 0 28 BA 41 24
Octal 41 215 231 116 10 0 50 272 101 44
Binary 100001 10001101 10011001 1001110 1000 0 101000 10111010 1000001 100100

Color Harmonies of #218D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D99

Black with #218D99

Text Example


Text Example

White with #218D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,141,153); }

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

background-color css

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

 a { background-color: rgb(33,141,153); }

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

border-color css

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

 span { border-color: rgb(33,141,153); }

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