Html Css Color HEX #218D98 Java

📋 copy color: '#218D98'

red 33 ◦ green 141 ◦ blue 152

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

Shades of Java #218D98

Tints of Java #218D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 10.12%
G = 43.25%
B = 46.63%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#218D98 (or 0x218D98) is known color: Java. HEX triplet: 21, 8D and 98. RGB value is (33,141,152). Sum of RGB (Red+Green+Blue) = 33+141+152=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #218D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D98 is #DE7267. Grayscale: #6D6D6D. Windows color (decimal): -14578280 or 9997601. OLE color: 9997601.

HSL color Cylindrical-coordinate representation of color #218D98: hue angle of 185.55º degrees, saturation: 0.64, 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 #218D98 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 141 152 -
CMYK 0.78 0.07 0 0.40
HSL 185.55º 0.64% 0.36% -
HSV(B) 185.55º 0.78% 0.6% -
XYZ 15.82 21.64 33.05 -
YUV 109.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 33 141 152 0.78 0.07 0 0.40 185.55 0.64 0.36
Hex 21 8D 98 4E 7 0 28 BA 40 24
Octal 41 215 230 116 7 0 50 272 100 44
Binary 100001 10001101 10011000 1001110 111 0 101000 10111010 1000000 100100

Color Harmonies of #218D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D98

Black with #218D98

Text Example


Text Example

White with #218D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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