Html Css Color HEX #218989 Java

📋 copy color: '#218989'

red 33 ◦ green 137 ◦ blue 137

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

Shades of Java #218989

Tints of Java #218989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 10.75%
G = 44.63%
B = 44.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#218989 (or 0x218989) is known color: Java. HEX triplet: 21, 89 and 89. RGB value is (33,137,137). Sum of RGB (Red+Green+Blue) = 33+137+137=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #218989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218989 is #DE7676. Grayscale: #696969. Windows color (decimal): -14579319 or 9013537. OLE color: 9013537.

HSL color Cylindrical-coordinate representation of color #218989: hue angle of 180º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218989 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 137 137 -
CMYK 0.76 0 0 0.46
HSL 180º 0.61% 0.33% -
HSV(B) 180º 0.76% 0.54% -
XYZ 14.09 20.02 26.79 -
YUV 105.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 33 137 137 0.76 0 0 0.46 180 0.61 0.33
Hex 21 89 89 4C 0 0 2E B4 3D 21
Octal 41 211 211 114 0 0 56 264 75 41
Binary 100001 10001001 10001001 1001100 0 0 101110 10110100 111101 100001

Color Harmonies of #218989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218989

Black with #218989

Text Example


Text Example

White with #218989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218989; }

 p { color: rgb(33,137,137); }

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

background-color css

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

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

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

border-color css

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

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

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