Html Css Color HEX #218D9C Java

📋 copy color: '#218D9C'

red 33 ◦ green 141 ◦ blue 156

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

Shades of Java #218D9C

Tints of Java #218D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 10%
G = 42.73%
B = 47.27%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#218D9C (or 0x218D9C) is known color: Java. HEX triplet: 21, 8D and 9C. RGB value is (33,141,156). Sum of RGB (Red+Green+Blue) = 33+141+156=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #218D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D9C is #DE7263. Grayscale: #6E6E6E. Windows color (decimal): -14578276 or 10259745. OLE color: 10259745.

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

Color convert

RGB 33 141 156 -
CMYK 0.79 0.10 0 0.39
HSL 187.32º 0.65% 0.37% -
HSV(B) 187.32º 0.79% 0.61% -
XYZ 16.15 21.77 34.8 -
YUV 110.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 33 141 156 0.79 0.10 0 0.39 187.32 0.65 0.37
Hex 21 8D 9C 4F A 0 27 BB 41 25
Octal 41 215 234 117 12 0 47 273 101 45
Binary 100001 10001101 10011100 1001111 1010 0 100111 10111011 1000001 100101

Color Harmonies of #218D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D9C

Black with #218D9C

Text Example


Text Example

White with #218D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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