Html Css Color HEX #218C87 Java

📋 copy color: '#218C87'

red 33 ◦ green 140 ◦ blue 135

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

Shades of Java #218C87

Tints of Java #218C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 10.71%
G = 45.45%
B = 43.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#218C87 (or 0x218C87) is known color: Java. HEX triplet: 21, 8C and 87. RGB value is (33,140,135). Sum of RGB (Red+Green+Blue) = 33+140+135=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #218C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C87 is #DE7378. Grayscale: #6B6B6B. Windows color (decimal): -14578553 or 8883233. OLE color: 8883233.

HSL color Cylindrical-coordinate representation of color #218C87: hue angle of 177.2º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C87 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 140 135 -
CMYK 0.76 0 0.04 0.45
HSL 177.2º 0.62% 0.34% -
HSV(B) 177.2º 0.76% 0.55% -
XYZ 14.38 20.83 26.18 -
YUV 107.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 33 140 135 0.76 0 0.04 0.45 177.2 0.62 0.34
Hex 21 8C 87 4C 0 4 2D B1 3E 22
Octal 41 214 207 114 0 4 55 261 76 42
Binary 100001 10001100 10000111 1001100 0 100 101101 10110001 111110 100010

Color Harmonies of #218C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218C87

Black with #218C87

Text Example


Text Example

White with #218C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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