Html Css Color HEX #218C99 Java

📋 copy color: '#218C99'

red 33 ◦ green 140 ◦ blue 153

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

Shades of Java #218C99

Tints of Java #218C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

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

R = 10.12%
G = 42.94%
B = 46.93%

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

#218C99 (or 0x218C99) is known color: Java. HEX triplet: 21, 8C and 99. RGB value is (33,140,153). Sum of RGB (Red+Green+Blue) = 33+140+153=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #218C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C99 is #DE7366. Grayscale: #6D6D6D. Windows color (decimal): -14578535 or 10062881. OLE color: 10062881.

HSL color Cylindrical-coordinate representation of color #218C99: hue angle of 186.5º 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 #218C99 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 140 153 -
CMYK 0.78 0.08 0 0.4
HSL 186.5º 0.65% 0.36% -
HSV(B) 186.5º 0.78% 0.6% -
XYZ 15.76 21.38 33.43 -
YUV 109.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 33 140 153 0.78 0.08 0 0.4 186.5 0.65 0.36
Hex 21 8C 99 4E 8 0 28 BA 41 24
Octal 41 214 231 116 10 0 50 272 101 44
Binary 100001 10001100 10011001 1001110 1000 0 101000 10111010 1000001 100100

Color Harmonies of #218C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218C99

Black with #218C99

Text Example


Text Example

White with #218C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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