Html Css Color HEX #219798 Java

📋 copy color: '#219798'

red 33 ◦ green 151 ◦ blue 152

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

Shades of Java #219798

Tints of Java #219798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 152 (59.77% from 255) = 45.24%

R = 9.82%
G = 44.94%
B = 45.24%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#219798 (or 0x219798) is known color: Java. HEX triplet: 21, 97 and 98. RGB value is (33,151,152). Sum of RGB (Red+Green+Blue) = 33+151+152=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #219798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219798 is #DE6867. Grayscale: #737373. Windows color (decimal): -14575720 or 10000161. OLE color: 10000161.

HSL color Cylindrical-coordinate representation of color #219798: hue angle of 180.5º degrees, saturation: 0.64, 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 #219798 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 151 152 -
CMYK 0.78 0.01 0 0.40
HSL 180.5º 0.64% 0.36% -
HSV(B) 180.5º 0.78% 0.6% -
XYZ 17.36 24.72 33.56 -
YUV 115.83 148.41 68.92 -
System Red Green Blue C M Y K H S L
Decimal 33 151 152 0.78 0.01 0 0.40 180.5 0.64 0.36
Hex 21 97 98 4E 1 0 28 B5 40 24
Octal 41 227 230 116 1 0 50 265 100 44
Binary 100001 10010111 10011000 1001110 1 0 101000 10110101 1000000 100100

Color Harmonies of #219798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219798

Black with #219798

Text Example


Text Example

White with #219798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219798; }

 p { color: rgb(33,151,152); }

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

background-color css

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

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

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

border-color css

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

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

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