Html Css Color HEX #219484 Java

📋 copy color: '#219484'

red 33 ◦ green 148 ◦ blue 132

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

Shades of Java #219484

Tints of Java #219484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 10.54%
G = 47.28%
B = 42.17%

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

#219484 (or 0x219484) is known color: Java. HEX triplet: 21, 94 and 84. RGB value is (33,148,132). Sum of RGB (Red+Green+Blue) = 33+148+132=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #219484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219484 is #DE6B7B. Grayscale: #6F6F6F. Windows color (decimal): -14576508 or 8688673. OLE color: 8688673.

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

Color convert

RGB 33 148 132 -
CMYK 0.78 0 0.11 0.42
HSL 171.65º 0.64% 0.35% -
HSV(B) 171.65º 0.78% 0.58% -
XYZ 15.38 23.17 25.49 -
YUV 111.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 33 148 132 0.78 0 0.11 0.42 171.65 0.64 0.35
Hex 21 94 84 4E 0 B 2A AC 40 23
Octal 41 224 204 116 0 13 52 254 100 43
Binary 100001 10010100 10000100 1001110 0 1011 101010 10101100 1000000 100011

Color Harmonies of #219484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219484

Black with #219484

Text Example


Text Example

White with #219484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219484; }

 p { color: rgb(33,148,132); }

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

background-color css

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

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

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

border-color css

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

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

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