Html Css Color HEX #219D94 Java

📋 copy color: '#219D94'

red 33 ◦ green 157 ◦ blue 148

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

Shades of Java #219D94

Tints of Java #219D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 9.76%
G = 46.45%
B = 43.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#219D94 (or 0x219D94) is known color: Java. HEX triplet: 21, 9D and 94. RGB value is (33,157,148). Sum of RGB (Red+Green+Blue) = 33+157+148=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #219D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219D94 is #DE626B. Grayscale: #767676. Windows color (decimal): -14574188 or 9739553. OLE color: 9739553.

HSL color Cylindrical-coordinate representation of color #219D94: hue angle of 175.65º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D94 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 157 148 -
CMYK 0.79 0 0.06 0.38
HSL 175.65º 0.65% 0.37% -
HSV(B) 175.65º 0.79% 0.62% -
XYZ 18.03 26.58 32.2 -
YUV 118.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 33 157 148 0.79 0 0.06 0.38 175.65 0.65 0.37
Hex 21 9D 94 4F 0 6 26 B0 41 25
Octal 41 235 224 117 0 6 46 260 101 45
Binary 100001 10011101 10010100 1001111 0 110 100110 10110000 1000001 100101

Color Harmonies of #219D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D94

Black with #219D94

Text Example


Text Example

White with #219D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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