Html Css Color HEX #219383 Java

📋 copy color: '#219383'

red 33 ◦ green 147 ◦ blue 131

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

Shades of Java #219383

Tints of Java #219383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.27%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 10.61%
G = 47.27%
B = 42.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#219383 (or 0x219383) is known color: Java. HEX triplet: 21, 93 and 83. RGB value is (33,147,131). Sum of RGB (Red+Green+Blue) = 33+147+131=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #219383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219383 is #DE6C7C. Grayscale: #6F6F6F. Windows color (decimal): -14576765 or 8622881. OLE color: 8622881.

HSL color Cylindrical-coordinate representation of color #219383: hue angle of 171.58º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219383 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 147 131 -
CMYK 0.78 0 0.11 0.42
HSL 171.58º 0.63% 0.35% -
HSV(B) 171.58º 0.78% 0.58% -
XYZ 15.16 22.83 25.08 -
YUV 111.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 33 147 131 0.78 0 0.11 0.42 171.58 0.63 0.35
Hex 21 93 83 4E 0 B 2A AC 3F 23
Octal 41 223 203 116 0 13 52 254 77 43
Binary 100001 10010011 10000011 1001110 0 1011 101010 10101100 111111 100011

Color Harmonies of #219383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219383

Black with #219383

Text Example


Text Example

White with #219383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219383; }

 p { color: rgb(33,147,131); }

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

background-color css

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

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

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

border-color css

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

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

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