Html Css Color HEX #218C8A Java

📋 copy color: '#218C8A'

red 33 ◦ green 140 ◦ blue 138

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

Shades of Java #218C8A

Tints of Java #218C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 10.61%
G = 45.02%
B = 44.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#218C8A (or 0x218C8A) is known color: Java. HEX triplet: 21, 8C and 8A. RGB value is (33,140,138). Sum of RGB (Red+Green+Blue) = 33+140+138=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #218C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C8A is #DE7375. Grayscale: #6B6B6B. Windows color (decimal): -14578550 or 9079841. OLE color: 9079841.

HSL color Cylindrical-coordinate representation of color #218C8A: hue angle of 178.88º 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 #218C8A is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 140 138 -
CMYK 0.76 0 0.01 0.45
HSL 178.88º 0.62% 0.34% -
HSV(B) 178.88º 0.76% 0.55% -
XYZ 14.59 20.91 27.31 -
YUV 107.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 33 140 138 0.76 0 0.01 0.45 178.88 0.62 0.34
Hex 21 8C 8A 4C 0 1 2D B3 3E 22
Octal 41 214 212 114 0 1 55 263 76 42
Binary 100001 10001100 10001010 1001100 0 1 101101 10110011 111110 100010

Color Harmonies of #218C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218C8A

Black with #218C8A

Text Example


Text Example

White with #218C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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