Html Css Color HEX #219D8D Java

📋 copy color: '#219D8D'

red 33 ◦ green 157 ◦ blue 141

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

Shades of Java #219D8D

Tints of Java #219D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 9.97%
G = 47.43%
B = 42.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#219D8D (or 0x219D8D) is known color: Java. HEX triplet: 21, 9D and 8D. RGB value is (33,157,141). Sum of RGB (Red+Green+Blue) = 33+157+141=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #219D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219D8D is #DE6272. Grayscale: #767676. Windows color (decimal): -14574195 or 9280801. OLE color: 9280801.

HSL color Cylindrical-coordinate representation of color #219D8D: hue angle of 172.26º 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 #219D8D is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 157 141 -
CMYK 0.79 0 0.10 0.38
HSL 172.26º 0.65% 0.37% -
HSV(B) 172.26º 0.79% 0.62% -
XYZ 17.49 26.36 29.37 -
YUV 118.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 33 157 141 0.79 0 0.10 0.38 172.26 0.65 0.37
Hex 21 9D 8D 4F 0 A 26 AC 41 25
Octal 41 235 215 117 0 12 46 254 101 45
Binary 100001 10011101 10001101 1001111 0 1010 100110 10101100 1000001 100101

Color Harmonies of #219D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219D8D

Black with #219D8D

Text Example


Text Example

White with #219D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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