Html Css Color HEX #219C99 Java

📋 copy color: '#219C99'

red 33 ◦ green 156 ◦ blue 153

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

Shades of Java #219C99

Tints of Java #219C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 9.65%
G = 45.61%
B = 44.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#219C99 (or 0x219C99) is known color: Java. HEX triplet: 21, 9C and 99. RGB value is (33,156,153). Sum of RGB (Red+Green+Blue) = 33+156+153=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #219C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C99 is #DE6366. Grayscale: #767676. Windows color (decimal): -14574439 or 10066977. OLE color: 10066977.

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

Color convert

RGB 33 156 153 -
CMYK 0.79 0 0.02 0.39
HSL 178.54º 0.65% 0.37% -
HSV(B) 178.54º 0.79% 0.61% -
XYZ 18.27 26.4 34.27 -
YUV 118.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 33 156 153 0.79 0 0.02 0.39 178.54 0.65 0.37
Hex 21 9C 99 4F 0 2 27 B3 41 25
Octal 41 234 231 117 0 2 47 263 101 45
Binary 100001 10011100 10011001 1001111 0 10 100111 10110011 1000001 100101

Color Harmonies of #219C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C99

Black with #219C99

Text Example


Text Example

White with #219C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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