Html Css Color HEX #219C9A Java

📋 copy color: '#219C9A'

red 33 ◦ green 156 ◦ blue 154

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

Shades of Java #219C9A

Tints of Java #219C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 9.62%
G = 45.48%
B = 44.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#219C9A (or 0x219C9A) is known color: Java. HEX triplet: 21, 9C and 9A. RGB value is (33,156,154). Sum of RGB (Red+Green+Blue) = 33+156+154=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #219C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C9A is #DE6365. Grayscale: #767676. Windows color (decimal): -14574438 or 10132513. OLE color: 10132513.

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

Color convert

RGB 33 156 154 -
CMYK 0.79 0 0.01 0.39
HSL 179.02º 0.65% 0.37% -
HSV(B) 179.02º 0.79% 0.61% -
XYZ 18.35 26.43 34.71 -
YUV 119 147.75 66.66 -
System Red Green Blue C M Y K H S L
Decimal 33 156 154 0.79 0 0.01 0.39 179.02 0.65 0.37
Hex 21 9C 9A 4F 0 1 27 B3 41 25
Octal 41 234 232 117 0 1 47 263 101 45
Binary 100001 10011100 10011010 1001111 0 1 100111 10110011 1000001 100101

Color Harmonies of #219C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C9A

Black with #219C9A

Text Example


Text Example

White with #219C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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