Html Css Color HEX #219A8C Java

📋 copy color: '#219A8C'

red 33 ◦ green 154 ◦ blue 140

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

Shades of Java #219A8C

Tints of Java #219A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 10.09%
G = 47.09%
B = 42.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#219A8C (or 0x219A8C) is known color: Java. HEX triplet: 21, 9A and 8C. RGB value is (33,154,140). Sum of RGB (Red+Green+Blue) = 33+154+140=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #219A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A8C is #DE6573. Grayscale: #747474. Windows color (decimal): -14574964 or 9214497. OLE color: 9214497.

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

Color convert

RGB 33 154 140 -
CMYK 0.79 0 0.09 0.40
HSL 173.06º 0.65% 0.37% -
HSV(B) 173.06º 0.79% 0.6% -
XYZ 16.92 25.33 28.81 -
YUV 116.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 33 154 140 0.79 0 0.09 0.40 173.06 0.65 0.37
Hex 21 9A 8C 4F 0 9 28 AD 41 25
Octal 41 232 214 117 0 11 50 255 101 45
Binary 100001 10011010 10001100 1001111 0 1001 101000 10101101 1000001 100101

Color Harmonies of #219A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219A8C

Black with #219A8C

Text Example


Text Example

White with #219A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,154,140); }

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

background-color css

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

 a { background-color: rgb(33,154,140); }

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

border-color css

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

 span { border-color: rgb(33,154,140); }

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